File tree 3 files changed +3
-3
lines changed
apps/www/src/contents/docs/installation
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ export default {
192
192
You can now start adding components to your project.
193
193
194
194
` ` ` bash
195
- npx shadcn-ui @latest add button
195
+ npx shadcn-solid @latest add button
196
196
` ` `
197
197
198
198
You can then import shadcn componets in Astro like this:
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ export const cn = (...classLists: ClassValue[]) => twMerge(clsx(classLists));
399
399
You can now start adding components to your project.
400
400
401
401
``` bash
402
- npx shadcn-ui @latest add button
402
+ npx shadcn-solid @latest add button
403
403
```
404
404
405
405
The command above will add the Button component to your project. You can then import it like this:
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ You will be asked a few questions to configure `components.json`:
93
93
You can now start adding components to your project.
94
94
95
95
` ` ` bash
96
- npx shadcn-ui @latest add button
96
+ npx shadcn-solid @latest add button
97
97
` ` `
98
98
99
99
The command above will add the Button component to your project. You can then import it like this:
You can’t perform that action at this time.
0 commit comments