diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-05 23:09:10 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-05 23:09:10 +0000 |
| commit | e47bfb069c1035f5320a06b1f6d26b90692fbf93 (patch) | |
| tree | a174185afb40dc90de4e33bb80098e46fdee1d30 /components.json | |
| parent | b7fc3344e3f3c898388831dbfad084cebdd64bb3 (diff) | |
| download | karakeep-e47bfb069c1035f5320a06b1f6d26b90692fbf93.tar.zst | |
Init shadcn
Diffstat (limited to 'components.json')
| -rw-r--r-- | components.json | 17 |
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 |
