diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-20 15:16:51 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-20 15:16:51 +0000 |
| commit | 3d7963641db5e5c2fa92b088770162918003a7ff (patch) | |
| tree | a2fd866420281ba63db3d813d2c1ab7e864e9e80 /components.json | |
| parent | c1013fc66f5d5ff94b821063670146f37e7475e1 (diff) | |
feat: initial commit
Diffstat (limited to 'components.json')
| -rw-r--r-- | components.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/components.json b/components.json new file mode 100644 index 0000000..15addee --- /dev/null +++ b/components.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "base-nova", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "", + "css": "src/index.css", + "baseColor": "neutral", + "cssVariables": true, + "prefix": "" + }, + "iconLibrary": "lucide", + "rtl": false, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils", + "ui": "@/components/ui", + "lib": "@/lib", + "hooks": "@/hooks" + }, + "menuColor": "default", + "menuAccent": "subtle", + "registries": {} +} |
