Getting StartedColorsTypographyChangelog
Components
ActionsPanelAlertAutocompleteButtonButtonsButton that positioned on left sideButton that positioned on right sideDisabled buttonsLoading simple buttonsButton with iconDisabled buttons with iconsLoading buttons with iconGroup horizontalGroup verticalCheckboxDropdownErrorPresenterFormGridGroupedListHeaderIconInputKeyValueLabelLabelActionLayoutLinkListNavigationPanelPageHeaderProgressRadioSelectSidePanelTabsTextAreaToggleTree
Button
type
string | undefined
className
string | undefined
icon
string | undefined
loading
boolean | undefined
onlyIcon
boolean | undefined
primary
boolean | undefined
disabled
boolean | undefined
active
boolean | undefined
onClick
((event: MouseEvent<HTMLButtonElement, MouseEvent>, data: ButtonProps) => void) | undefined
inverted
boolean | undefined
floated
"left" | "right" | undefined