Button
Name | Type | Default | Description |
extends | FlexProps | - | - |
accept | string | - | - |
appearance | ThebeAppearanceType | dark, light for gray | - |
badge | number | - | - |
badgeIcon | ThebeIconType | - | - |
color | ThebeColorType | - | takes precedence over intent |
flair | number | - | - |
icon | ThebeIconType | - | - |
iconRight | ThebeIconType | - | - |
intent | ThebeIntentionType | neutral | - |
isDisabled | boolean | - | - |
isIconOnly | boolean | - | - |
isLoading | boolean | - | - |
isRounded | boolean | - | - |
multiple | boolean | - | - |
onChange | (event?: MouseEvent | SyntheticEvent) => Promise<void> | void | - | - |
onClick | MouseEventHandler<HTMLDivElement> | - | - |
role | AriaRole | - | - |
size | "normal" | "small" | "tiny" | normal | - |
tabIndex | number | - | - |
type | "button" | "submit" | "file | button | - |
value Required | string | - | - |