Ui Kit
Getting StartedColorsTypography
Components
ActionsPanelAlertAlert base usageAlert with react element in contentNotificationAutocompleteButtonCheckboxDropdownErrorPresenterFormGridGroupedListHeaderIconInputKeyValueLabelLabelActionLayoutLinkListNavigationPanelPageHeaderProgressRadioSelectSidePanelTabsTextAreaToggleTree
Changelog

Alert

color
"red" | "blue" | "black" | "grey" | "yellow" | "orange"
required
content
string | ReactElement<any, string | ((props: any) => ReactElement<any, any> | null) | (new (props: any) => Component<any, any, any>)>
required
className
string | undefined
onDismiss
((e: MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined
type
"alert" | "notification" | undefined

Alert base usage

Alert with react element in content

Notification