Variable: ActionBar
constActionBar:ForwardRefExoticComponent<ActionBarProps&RefAttributes<ActionBarRef>>
Defined in: components/ActionBar/index.tsx:50
Component
ActionBar
Description
A flexible bar for actions and navigation, divided into left, center, and right sections.
Param
The component props.
Param
Forwarded ref to the ActionBar's managed DOM nodes.
Returns
The rendered ActionBar component.
Example
<ActionBar items={[{ item: <Button>Action</Button>, position: 'right', key: 'action1' }]} />