Zazz Design Framework
Components

Toolbar

A row of controls composed from existing primitives and utility classes.

Toolbars are composed, not shipped: a flex container of button groups, toggle groups, selects, and inputs using utility classes (flex flex-row items-center gap-xs bg-card rounded-md shadow-sm p-xs). Groups divide with vertical Separators (<hr class="ui-separator" data-orientation="vertical">), and ml-auto pushes trailing controls to the end. There is no .ui-toolbar class or stylesheet.

Default

Loading components…

Accessibility

The container deliberately omits role="toolbar". That role requires a single tab stop with arrow-key roving focus between controls, which a static composition does not provide. Every control stays natively tabbable instead. Give the container an aria-label describing the group.

On this page