Skip to main content

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

ActionBarProps

Returns

Element

Example

<ActionBar>
<Button><Icon><Copy/></Icon></Button>
</ActionBar>