Skip to content

Commit dcddfb7

Browse files
Merge pull request #743 from ManfredRichthofen/Shadcn
Migrate most of simple mode
2 parents 182605c + c897665 commit dcddfb7

79 files changed

Lines changed: 7619 additions & 673 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.js",
8+
"css": "src/index.css",
9+
"baseColor": "neutral",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"iconLibrary": "lucide",
14+
"aliases": {
15+
"components": "@/components",
16+
"utils": "@/lib/utils",
17+
"ui": "@/components/ui",
18+
"lib": "@/lib",
19+
"hooks": "@/hooks"
20+
},
21+
"registries": {
22+
"@coss": "https://coss.com/ui/r/{name}.json",
23+
"@kokonutui": "https://kokonutui.com/r/{name}.json",
24+
"@magicui": "https://magicui.design/r/{name}.json"
25+
}
26+
}

0 commit comments

Comments
 (0)