Skip to Content

Toolbar

This component is currently a Work In Progress (WIP).

The Toolbar component provides a toolbar with search and sort capabilities.

Playground

Props

Props

PropTypeDefaultDescription
classNamestring-Additional CSS classes.
onSearch(term) => void-Callback when search term changes.
onSort(value) => void-Callback when sort option changes.
placeholderstring-Placeholder text for the search input.
stickybooleanfalseMakes the toolbar sticky at the top.
Last updated on