Toolbar
The Toolbar component creates a flexible, customizable toolbar, ideal for organizing actions, titles, filters or other navigation content. It is designed to adapt to different contexts thanks to its layout, style and density options.
A simple example of Toolbar usage with a few elements placed inside. This is the default configuration, with no particular density or custom orientation.
Shows how to adjust density (compact
, comfortable
, default
) to manage vertical spacing within the bar. Useful for optimizing the interface according to available space.
The toolbar can be displayed horizontally (default) or vertically. This example illustrates the use of the orientation=“vertical” option to stack elements from top to bottom.
Demonstrates the use of visual variants: outline, text or dash to adapt the style of the bar to different UI contexts.
Toolbar is the right place to group Buttons, Chips and Icons in a coherent space.
Do you have a question? Ask on GitHub or Discord server
Do you see a bug? Open an issue on GitHub