From cd8ee571940ed8cf63732a4b9970bc0118e4149b Mon Sep 17 00:00:00 2001 From: FinnIckler Date: Tue, 12 Mar 2024 20:51:05 +0100 Subject: [PATCH] version v0.6.0 (#7) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3d6e39..58230e6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ The React Component Library for the WCA # Usage 1. Install the library as a npm package with `npm install @thewca/wca-components` 2. Import the component you want to use with `import { CubingIcon } from "@thewca/wca-components"` -3. Import the styles in your app with `import '@thewca/wca-components/dist/index.esm.css'` +3. Import the styles in your app with `import '@thewca/wca-components/dist/index.esm.css'` or +4. Import only a single stylesheet if you want to keep your css bundle small with `import '@thewca/wca-components/dist/css/{component}/index.css'` # Contributing ## Working on Existing Components