Capítulo 37 de 43
A container that groups mixed controls (buttons, links, a toggle group) into one keyboard-navigable strip — think a rich-text editor's formatting bar.
Root → any mix of Button, Link, Separator, and ToggleGroup (→ ToggleItem).ToggleGroup here is the same primitive as the standalone Toggle Group component, just nested inside a Toolbar for layout/navigation grouping.Toolbar specifically when you're grouping heterogeneous controls (not just a set of toggles — for that alone, plain ToggleGroup is enough) that should share one keyboard navigation group.Separator here is the same primitive as the standalone Separator component — use it to visually group related toolbar controls.loop (default true) and orientation behave the same as other roving-tabindex collections in the library (Tabs, RadioGroup, ToggleGroup).