videosphere
Preparing search index...
components/ui/button
ButtonProps
Interface ButtonProps
interface
ButtonProps
{
variant
?:
|
"link"
|
"default"
|
"secondary"
|
"destructive"
|
"outline"
|
"ghost"
;
size
?:
"icon"
|
"default"
|
"sm"
|
"lg"
;
asChild
?:
boolean
;
}
Hierarchy
ButtonHTMLAttributes
<
HTMLButtonElement
>
VariantProps
<
typeof
buttonVariants
>
ButtonProps
Index
Properties
variant?
size?
as
Child?
Properties
Optional
variant
variant
?:
"link"
|
"default"
|
"secondary"
|
"destructive"
|
"outline"
|
"ghost"
= ...
Optional
size
size
?:
"icon"
|
"default"
|
"sm"
|
"lg"
= ...
Optional
as
Child
asChild
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
variant
size
as
Child
videosphere
Loading...