Shadcn 101: Create a Searchable Dropdown (opens in new tab)
Shadcn is a set of reusable UI component patterns for use with React applications. However, instead of importing the elements like a traditional component library (@somewhere/ui), you add a local copy of the component source files into your project. This allows you to customize, extend, and shape the components to fit your particular needs. Shadcn […] The post appeared first on .
Read the original article