Ui Kit
Getting StartedColorsTypography
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
Changelog

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

Buttons

Button that positioned on left side

Button that positioned on right side

Disabled buttons

Loading simple buttons

Button with icon

Disabled buttons with icons

Loading buttons with icon

Group horizontal

Group vertical