s-private API Documentation - v3.8.1
GitHub
Database Schema
Preparing search index...
@s-hirano-ist/s-ui
ButtonProps
Type Alias ButtonProps
ButtonProps
:
{
asChild
?:
boolean
;
ref
?:
React.Ref
<
HTMLButtonElement
>
}
&
React.ButtonHTMLAttributes
<
HTMLButtonElement
,
>
&
VariantProps
<
typeof
buttonVariants
>
Props for the Button component.
Type Declaration
Optional
asChild
?:
boolean
Render as child element using Radix Slot
Optional
ref
?:
React.Ref
<
HTMLButtonElement
>
Forwarded ref
See
Button
for the component
buttonVariants
for available variants
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
Database Schema
s-private API Documentation - v3.8.1
Loading...
Props for the Button component.