Skip to main content
Urbicon UI
source

Toolbar

Action bars for grouping tools, controls, and contextual actions.

Loading...
Loading syntax highlighting...

01 Examples

Rich Text Editor

Realistic text formatting toolbar with grouped controls and active states.

Click the buttons above to toggle formatting. The text alignment and style update live.

Loading...
Loading syntax highlighting...

Vertical Tools Palette

Sidebar-style toolbar with selectable tools and active indicator.

Active tool: select

Loading...
Loading syntax highlighting...

Media Controls

Centered playback toolbar with action groups.
Loading...
Loading syntax highlighting...

02 Customization

Developer Toolbar

Dark gradient toolbar with accent-colored actions via slotClasses.
Loading...
Loading syntax highlighting...

Floating Glass Toolbar

Glassmorphism toolbar floating over a vibrant background — built with unstyled + custom classes.
Loading...
Loading syntax highlighting...

Pill Toolbar

Fully rounded toolbar with pill-shaped items — using slotClasses for the container.
Loading...
Loading syntax highlighting...

03 Accessibility

Built-in ARIA

Renders with role="toolbar". aria-label is required to identify the toolbar's purpose. aria-orientation is set automatically from the orientation prop.

Keyboard

Tab moves focus into and out of the toolbar. Individual items inside the toolbar follow their own keyboard semantics (e.g. Buttons activate via Enter / Space).

Best Practices

Use descriptive aria-label values that communicate the toolbar's function (e.g. "Text formatting", "File actions"). Group related controls using Separator for visual clarity. Avoid nesting toolbars inside each other.

04 API Reference

13 props
13 props 2 required

No matching properties

No matching properties

05 Installation

Import

Loading...
Loading syntax highlighting...