Skip to content

Commit

Permalink
Merge pull request #69 from Shramkoweb/fix/import-css
Browse files Browse the repository at this point in the history
docs: add info about styles
  • Loading branch information
kulia26 authored Aug 1, 2022
2 parents 5eb4fcf + a433125 commit bdace38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ or with yarn:
yarn add @macpaw/macpaw-ui
```

And import stylesheets manually:

```jsx
import '@macpaw/macpaw-ui/lib/ui.css'
```
## Adding new Component

- Add Component's JSX and styles to [src/%ComponentName%](/src) directory
Expand Down

0 comments on commit bdace38

Please sign in to comment.