FilterBar
Search and multi-filter toolbar with pressed states, counts, compact mobile overflow, and a single clear action.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/filter-bar.jsonInstall with the CLI
# adds FilterBar to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/filter-bar.jsonOr install the package
// npm install @uigrids/react-ui
import { FilterBar } from '@uigrids/react-ui'
export default function App() {
return <FilterBar />
}