Ui Kit
Getting StartedColorsTypography
Components
ActionsPanelAlertAutocompleteButtonCheckboxDropdownErrorPresenterFormGridGroupedListBase usageSearchableHeaderIconInputKeyValueLabelLabelActionLayoutLinkListNavigationPanelPageHeaderProgressRadioSelectSidePanelTabsTextAreaToggleTree
Changelog

GroupedList

options
GroupedListOption[]
required
selectedOptions
GroupedFlatListItem[] | undefined
defaultSelected
GroupedFlatListItem[] | undefined
selectionMode
boolean | undefined
onSelectItem
((event: SyntheticEvent<HTMLElement, Event>, item: GroupedFlatListItem) => void) | undefined
onSelectedItemsChanged
((items: GroupedFlatListItem[]) => void) | undefined
renderHeader
((content: string) => ReactNode) | undefined
renderDescription
((content: string) => ReactNode) | undefined
onClickItem
((event: SyntheticEvent<HTMLElement, Event>, item: GroupedFlatListItem) => void) | undefined
className
string | undefined
noOptionsTitle
string | undefined

Base usage

With icon

Selection mode

Selection mode with selectedOptions prop

Searchable

Base usage