ActionButtonGroup
An ActionButtonGroup is a grouping of related ActionButtons.
orientation
size
density
staticColor
isQuiet
isJustified
isDisabled
API
<ActionButtonGroup>
<ActionButton />
</ActionButtonGroup>
ActionButtonGroup
Name | Type | Default |
---|---|---|
styles | StylesPropWithHeight | Default: — |
Spectrum-defined styles, returned by the style() macro. | ||
children | ReactNode | Default: — |
The children of the group. | ||
size | 'XS'
| 'S'
| 'M'
| 'L'
| 'XL' | Default: "M"
|
Size of the buttons. | ||
density | 'compact' | 'regular' | Default: "regular"
|
Spacing between the buttons. | ||
isQuiet | boolean | Default: — |
Whether the button should be displayed with a quiet style. | ||
isJustified | boolean | Default: — |
Whether the buttons should divide the container width equally. | ||
staticColor | 'white'
| 'black'
| 'auto' | Default: — |
Whether the button should be displayed with an emphasized style. | ||
orientation | 'horizontal' | 'vertical' | Default: 'horizontal'
|
The axis the group should align with. | ||
isDisabled | boolean | Default: — |
Whether the group is disabled. | ||