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 |
CSS variables
| Expand or collapse column | Selector | Variable | Value | |
|---|---|---|---|---|
| .pf-v6-c-action-list | --pf-v6-c-action-list--RowGap | 0.5rem | ||
| ||||
| .pf-v6-c-action-list | --pf-v6-c-action-list--ColumnGap | 3rem | ||
| ||||
| .pf-v6-c-action-list | --pf-v6-c-action-list__group--ColumnGap | 1rem | ||
| ||||
| .pf-v6-c-action-list | --pf-v6-c-action-list--m-vertical--RowGap | 1.5rem | ||
| ||||
| .pf-v6-c-action-list | --pf-v6-c-action-list--m-icons--ColumnGap | 0.25rem | ||
| ||||
| .pf-v6-c-action-list | --pf-v6-c-action-list--m-vertical--m-icons--RowGap | 0.25rem | ||
| ||||
| .pf-v6-c-action-list.pf-m-icons | --pf-v6-c-action-list__group--ColumnGap | 0.25rem | ||
| ||||
| .pf-v6-c-action-list.pf-m-icons | --pf-v6-c-action-list--m-vertical--RowGap | 0.25rem | ||
| ||||