Setup shadcn-ui
Setup shadcn-ui to make use these components.
npx shadcn@latest init -d
Adding Components
Add any component to your project with:
npx shadcn@latest add https://components.celeroncoder.com/r/styles/default/[component-name].json
Replace [component-name] with the component of your choice. For example:
npx shadcn@latest add https://components.celeroncoder.com/r/styles/default/select-with-search.json