Action Bar

Props
Name | Type | Default | Description |
---|---|---|---|
children | ReactNode | React component to add after the actions | |
disabled | boolean | Whether the action bar is disabled | |
extraContainerClasses | string[] | [] | List of additionnal CSS classes to add on the container |
id | string | The unique identifier of the action bar | |
moreLabel | string | More | Label of the button that displays the actions that aren't primary |
prefixContent | IContentProps | Content to add before the filter and actions | |
removeDefaultContainerClasses | boolean | Whether to remove the default container classes | |
width | number | null | Override for the width of the action bar. By default, it takes the full width |
withSmallActions | boolean | false | Whether to display smaller actions |
itemFilterCropLength deprecated | number | do not use | |
itemFilterLabel deprecated | string | do not use | |
itemTooltipProps deprecated | ITooltipProps | do not use | |
onClearItemFilter deprecated | () => void | do not use |
No guidelines exist for ActionBarConnected yet.