Preparing search index...
The search index is not available
web08-booquiz - v1.0.0
web08-booquiz
frontend/src/components/ui/button
ButtonProps
Interface ButtonProps
interface
ButtonProps
{
asChild
?:
boolean
;
size
?:
|
null
|
"sm"
|
"lg"
|
"default"
|
"icon"
;
variant
?:
|
null
|
"link"
|
"default"
|
"destructive"
|
"outline"
|
"secondary"
|
"ghost"
;
}
Hierarchy
ButtonHTMLAttributes
<
HTMLButtonElement
>
VariantProps
<
typeof
buttonVariants
>
ButtonProps
Index
Properties
as
Child?
size?
variant?
Properties
Optional
as
Child
as
Child
?:
boolean
Optional
size
size
?:
|
null
|
"sm"
|
"lg"
|
"default"
|
"icon"
= ...
Optional
variant
variant
?:
|
null
|
"link"
|
"default"
|
"destructive"
|
"outline"
|
"secondary"
|
"ghost"
= ...
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
as
Child
size
variant
web08-booquiz - v1.0.0
Loading...