aboutsummaryrefslogtreecommitdiffstats
path: root/components.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-05 23:09:10 +0000
committerMohamedBassem <me@mbassem.com>2024-02-05 23:09:10 +0000
commite47bfb069c1035f5320a06b1f6d26b90692fbf93 (patch)
treea174185afb40dc90de4e33bb80098e46fdee1d30 /components.json
parentb7fc3344e3f3c898388831dbfad084cebdd64bb3 (diff)
downloadkarakeep-e47bfb069c1035f5320a06b1f6d26b90692fbf93.tar.zst
Init shadcn
Diffstat (limited to 'components.json')
-rw-r--r--components.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/components.json b/components.json
new file mode 100644
index 00000000..15f2b025
--- /dev/null
+++ b/components.json
@@ -0,0 +1,17 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "default",
+ "rsc": true,
+ "tsx": true,
+ "tailwind": {
+ "config": "tailwind.config.ts",
+ "css": "app/globals.css",
+ "baseColor": "slate",
+ "cssVariables": true,
+ "prefix": ""
+ },
+ "aliases": {
+ "components": "@/components",
+ "utils": "@/lib/utils"
+ }
+} \ No newline at end of file