Skip to content

Commit

Permalink
version v0.6.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler authored Mar 12, 2024
1 parent 041e14d commit cd8ee57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd8ee57

Please sign in to comment.