Installing Shadcn/ui Svelte
Shad/cn is a component library based on Melt. They are Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. Things like accordions etc
Last updated
Shad/cn is a component library based on Melt. They are Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. Things like accordions etc
Last updated
Create a jsconfig.json
in your root
Make sure that Typescript is not selected.
Choose a component you'd like to use. Then follow the installation. You can use Tailwind to style the components.
shadcn-svelte will overwrite your standard global app.css
file, and your tailwind.config.js
file. Make sure to make a back-up!