From a236f22c0963ef6700b030be41ce73c57792b55c Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Thu, 18 Jan 2024 17:43:26 +0100 Subject: [PATCH] docs(shadcn-ui): Updated README --- packages/shadcn-ui/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/shadcn-ui/README.md b/packages/shadcn-ui/README.md index d04b7cb1..b0f5117d 100644 --- a/packages/shadcn-ui/README.md +++ b/packages/shadcn-ui/README.md @@ -16,6 +16,7 @@ nx g @nx-extend/shadcn-ui:init ``` After installation update your APPs `tailwind.config.ts` to this: + ```ts import { buildConfig } from '../libs//src/tailwind.config' @@ -39,3 +40,9 @@ export const links: LinksFunction = () => [ ```sh nx add button ``` + +## Updating the theme + +The generated `global.css` uses the default shadcn/ui theme. +Using the shadcn/ui theme editor, you can effortlessly apply a different theme. +Explore available themes here: https://ui.shadcn.com/themes