frontend
Preparing search index...
components/features/default_button
ButtonProps
Type Alias ButtonProps
type
ButtonProps
=
{
children
:
React.ReactNode
;
href
?:
string
;
onClick
?:
MouseEventHandler
<
HTMLButtonElement
>
;
size
?:
Responsive
<
"4"
|
"1"
|
"2"
|
"3"
>
;
variant
?:
"classic"
|
"solid"
|
"soft"
|
"surface"
|
"outline"
|
"ghost"
;
}
Index
Properties
children
href?
on
Click?
size?
variant?
Properties
children
children
:
React.ReactNode
Optional
href
href
?:
string
Optional
on
Click
onClick
?:
MouseEventHandler
<
HTMLButtonElement
>
Optional
size
size
?:
Responsive
<
"4"
|
"1"
|
"2"
|
"3"
>
Optional
variant
variant
?:
"classic"
|
"solid"
|
"soft"
|
"surface"
|
"outline"
|
"ghost"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
href
on
Click
size
variant
frontend
Loading...