From 743a80f2b2b37c3f7c1630a2fdbc290683f601f9 Mon Sep 17 00:00:00 2001 From: Ryukemeister Date: Mon, 9 Oct 2023 21:47:01 +0530 Subject: [PATCH] shadcn setup --- packages/atoms/components.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/atoms/components.json diff --git a/packages/atoms/components.json b/packages/atoms/components.json new file mode 100644 index 0000000000..5d015cdde7 --- /dev/null +++ b/packages/atoms/components.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "tailwind.config.cjs", + "css": "globals.css", + "baseColor": "slate", + "cssVariables": true + }, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils" + } +}