ActionBar()
ActionBar(
__namedParameters):Element
ActionBar - Container for icon action buttons
A container component that displays a collection of action buttons (typically icon-only) and provides consistent spacing and alignment for toolbar-style actions.
Parameters
__namedParameters
Returns
Element
Example
<ActionBar>
<Button><Icon><Copy/></Icon></Button>
</ActionBar>