Skip to content

Commit

Permalink
docs: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed May 29, 2020
1 parent e3c5a2c commit 95b3405
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
[npm]: https://www.npmjs.com/package/@coreui/icons-react
[npm-download]: https://img.shields.io/npm/dm/@coreui/icons-react.svg?style=flat-square

##### docs:
https://coreui.io/react/docs/components/-Icon

##### install:
```bash
npm install @coreui/icons
Expand All @@ -15,8 +18,8 @@ npm install @coreui/icons-react

##### import:
```jsx
import { CIcon, CIconRaw } from '@coreui/icons-react';
import { cifAu } from '@coreui/icons';
import { CIcon } from '@coreui/icons-react';
import { cifAU } from '@coreui/icons';
```
or:
```scss
Expand All @@ -30,7 +33,6 @@ class CoreUIIcons extends Component {
...
render() {
return (
<CIconRaw name='cifAu' size="2xl"/>
<CIcon name="cil-list" size="2xl"/>
)
}
Expand Down

0 comments on commit 95b3405

Please sign in to comment.