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