Toolbar
This component is currently a Work In Progress (WIP).
The Toolbar component provides a toolbar with search and sort capabilities.
Playground
Props
Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Additional CSS classes. |
onSearch | (term) => void | - | Callback when search term changes. |
onSort | (value) => void | - | Callback when sort option changes. |
placeholder | string | - | Placeholder text for the search input. |
sticky | boolean | false | Makes the toolbar sticky at the top. |
Last updated on