Toolbar
A toolbar's your go-to spot for a bunch of handy controls like buttons, dropdowns, and checkboxes. Navigate through 'em using your arrow keys smooth and simple!
Basic
This basic example highlights the most common use cases for a toolbar.
Preview
Code
Installation
CLI
Manual
npx hq-kit add toolbar
Orientation
By default, the toolbar is displayed horizontally. You can change it to vertical using the orientation
prop.
Preview
Code
Disabled
You can disable a toolbar either as a group or individually by using the isDisabled
prop.
Preview
Code