Documentation
Preparing search index...
react-ui/src
ButtonProps
Type Alias ButtonProps
ButtonProps
:
BaseComponentProps
<
HTMLButtonElement
>
&
Pick
<
InteractiveComponentProps
,
|
"isLoading"
|
"isDisabled"
|
"onHoverChange"
|
"onClick"
|
"onDisabledClick"
,
>
&
Pick
<
Partial
<
KeyboardShortcutProps
>
,
"shortcutKey"
>
&
Partial
<
{
countIndicator
:
number
;
iconName
:
IconName
;
iconWeight
:
IconWeight
;
ignoreTabFocus
:
boolean
;
type
:
"button"
|
"submit"
;
variant
:
"base"
|
"primary"
|
"secondary"
|
"icon"
|
"link"
|
"tag"
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...