@shadcn-svelte/sv
v0.0.1
Published
sv add-on that initializes shadcn-svelte and adds components
Readme
@shadcn-svelte/sv
sv community add-on that runs the shadcn-svelte CLI.
Usage
# add it during project creation
npx sv create my-project --add @shadcn-svelte
# or add it afterwards
npx sv add @shadcn-svelteThis add-on:
- depends on the official
tailwindcssadd-on - runs
shadcn-svelte init(interactive prompts) - runs
shadcn-svelte add(interactive prompts)
Local development
pnpm demo:create
pnpm demo:add
pnpm build