1.0.3 • Published 12 months ago

shadcn-ui-library-starter v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

shadcn-ui-lib-starter

A simple starter kit to build your own shadcn-ui library using components from https://ui.shadcn.com/docs/components

Features

  • Tree-shakeable (components you don't use won't be included in your bundle)
  • Dark mode support
  • Override library styles with your own using tailwindcss or your own css

Wanna see how this library works ?

Run the example project and play around

cd examples/vite-tailwind-app
npm install
npm run dev