Examples
Props
ActionList
| Name | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | Children of the action list | |
| className | string | Additional classes added to the action list | |
| isIconList | boolean | Flag indicating the action list contains multiple icons and item padding should be removed | |
| isVertical Beta | boolean | false | Whether the layout of children is vertical or horizontal. |
ActionListGroup
| Name | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | Children of the action list group | |
| className | string | Additional classes added to the action list group | |
| isIconGroup | boolean | Flag indicating the action list group contains multiple icons and item padding should be removed |
ActionListItem
| Name | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | Children of the action list item | |
| className | string | Additional classes added to the action list item |
