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
props
The component props.
Param
ref
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' }]} />