summaryrefslogtreecommitdiff
path: root/components.json
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-21 12:41:49 +0000
committerIwanIDev <iwan@iwani.dev>2026-03-21 12:41:49 +0000
commit72f129472044a97ffa06136da0a473581914c7e9 (patch)
treede9d0116f8f7da3716917e484efe1ebceb14f267 /components.json
Initial Commit
Set up Astro and shadcn/ui
Diffstat (limited to 'components.json')
-rw-r--r--components.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/components.json b/components.json
new file mode 100644
index 0000000..1926212
--- /dev/null
+++ b/components.json
@@ -0,0 +1,25 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "radix-lyra",
+ "rsc": false,
+ "tsx": true,
+ "tailwind": {
+ "config": "",
+ "css": "src/styles/global.css",
+ "baseColor": "neutral",
+ "cssVariables": true,
+ "prefix": ""
+ },
+ "iconLibrary": "phosphor",
+ "rtl": false,
+ "aliases": {
+ "components": "@/components",
+ "utils": "@/lib/utils",
+ "ui": "@/components/ui",
+ "lib": "@/lib",
+ "hooks": "@/hooks"
+ },
+ "menuColor": "default",
+ "menuAccent": "subtle",
+ "registries": {}
+}