Toolbar
navigationHorizontal toolbar with icon buttons, active/pressed toggle state, divider separators, and ARIA toolbar role. Token-driven colors, spacing, and border radius for consistent action bars.
Import
typescript
import { Toolbar } from "packages/ui/src";Props
ToolbarProps
| Prop | Type | Required |
|---|---|---|
items | ToolbarItem[] | Yes |
ariaLabel | string | No |
className | string | No |
Examples
Toolbar Component
Horizontal action toolbar with toggle buttons, dividers, icons, and ARIA toolbar role. 40th component in the shared UI library.