Button

<Button intent={intent} value="Button" icon={icon}/>



NameTypeDescriptionRequired
accept
string
-
flair
number
-
icon
HeliosIconType
-
intent
HeliosIntentionType
-
Yes
isDisabled
boolean
-
isIconOnly
boolean
-
isLoading
boolean
-
isRounded
boolean
-
onChange
(event?: MouseEvent | SyntheticEvent) => Promise<void> | void
-
onClick
HeliosOnClickType
-
size
"normal" | "small" | "tiny"
-
tabIndex
number
-
type
"button" | "submit" | "file
-
value
string
-
Yes