We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8879a commit 4473001Copy full SHA for 4473001
docs/recipes/ui/add-shadcn.md
@@ -16,6 +16,7 @@ Check out the following recipe here to install tailwind: [Add Tailwind](https://
16
17
Create a file named tsconfig.json in `/src/Client` and add the following:
18
19
+```json
20
{
21
"files": [],
22
"compilerOptions": {
@@ -27,6 +28,7 @@ Create a file named tsconfig.json in `/src/Client` and add the following:
27
28
}
29
30
31
+```
32
33
1. Install shadcn/ui
34
0 commit comments