bazza/ui
Linear-style data table filter for shadcn/ui, client- or server-side
Tier A · StrongRegistryComponent Libraryui.bazza.dev

bazza/ui is a small shadcn/ui add-on registry that today ships exactly one thing: a data table filter modelled on Linear's filter bar. It gives you a useDataTableFilters() hook holding filter state and a <DataTableFilter /> component built on shadcn primitives, plus integrations for TanStack Table and nuqs, and it works with client-side or server-side filtering. The docs demo runs it over 30,000 rows with text, option, multi-option, number and date column types. The site's own docs say it deliberately does not duplicate shadcn primitives and is still labelled alpha.
pnpm dlx shadcn@latest add https://ui.bazza.dev/r/filtersFor an agent
Install this instead of building a filter bar on top of TanStack Table by hand — the column-type system (text, option, multi-option, number, date) and the URL-state wiring through nuqs are the parts that take days to get right. It is an add-on, not a table: you still bring your own <Table>, and shadcn/ui must already be initialised in the project. Known gotcha documented upstream: in plain JavaScript projects the shadcn CLI fails to copy locales/en.json, so run the command, ignore the error, then create the locales directory and copy the file in yourself.
Why it is here. Linear-quality filtering is the single most-copied interaction in B2B SaaS, and this is the only free open implementation that gets the feel right.
Facts
- License
- MIT
- Pricing
- Free, Open source
- Framework
- React, Next.js
- Styling
- Tailwind CSS, CSS custom properties
- Distribution
- shadcn registry, CLI installer, Copy-paste snippet, GitHub repository
- Platform
- Web
- Content type
- Code
- Agent readiness
- Machine-readable registry item, CLI installable, Readable open source, Structured documentation
- Accessibility
- Built on accessible primitives
- Maturity
- Beta
- GitHub stars
- 814
Components it ships
1 totalHelps you build
1Notable for
- Linear-inspired filter interaction
- client and server-side filtering
- TanStack Table and nuqs integrations
- 30k-row live demo
- one component, done properly
Provenance
Verified 2026-08-15. HTTP 200. https://ui.bazza.dev/, https://ui.bazza.dev/docs, https://ui.bazza.dev/docs/getting-started, https://ui.bazza.dev/docs/data-table-filter, GitHub API repos/kianbazza/ui (redirects to bazzalabs/ui)
Also in Component Libraries
6- Ark UI · 49 headless components with one API across React, Vue, Solid and Svelte
- Astryx · Meta's open-source React + StyleX design system, 150+ components and 42 templates
- Chakra UI · 114 accessible React components with a token-driven styling system
- Coss UI · Cal.com's design system: 60 Base UI primitives shipped as a shadcn registry
- daisyUI · 68 pure-CSS Tailwind components as semantic class names, MIT, with 35 built-in themes
- GPUI Component · 60+ Rust desktop UI components for GPUI, with a 200K-line code editor and charts