From fb1dcbd7580d718e9f2b81cffb110aea49684b28 Mon Sep 17 00:00:00 2001 From: sphinxrave <62570796+sphinxrave@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:56:34 -0700 Subject: [PATCH] Readme --- packages/react/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/react/README.md b/packages/react/README.md index 1ebe379f5..e9cd12b7c 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,5 +1,16 @@ # React + TypeScript + Vite +## Holodex V3 React Rewrite + +### Design guidelines: + +**Simple UI Stack Breakdown:** +- Shadcn/ui components. These are basically copy pasted in, but there's a shadcn setup CLI tool you can `npx shadcn ...` to add new components in. +- Tailwind Utility CSS classes +- Radix Colors applied to tailwind, with some semantic css colors +- UNOCSS presets for icon provided via iconify. Please install iconify json libraries separately though as you use them + + This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: