Introduction
My personal collection of components I like to use.
I'm Mendy Landa. I put these components here so I can reuse them across projects. You can install them with the shadcn CLI too.
There's one component so far, Filters. It has editable filter chips with text, single-select, and multi-select editors.
Start with filters
npx shadcn@latest add https://ui.mendylanda.com/r/filters.jsonTry the interactive demo, follow the installation guide, or browse the examples.
State
Filters handles opening, editing, and removing chips. Your app stores the values and decides how to filter its data.
Changes to this registry do not automatically update source already installed in your app. Review the changelog and compare local changes before reinstalling.
Supported stack
- React 19 and TypeScript.
- Tailwind CSS 4 with shadcn semantic color variables.
- Radix-based shadcn components.
- Next.js and Vite React applications.
Base UI and older React or Tailwind versions are not part of the initial compatibility target.
License
Mendy UI is MIT licensed. Its documentation site is adapted from startercn. See attribution.