Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur committed Oct 19, 2020
1 parent 7399347 commit 8dc3d33
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,6 @@ By default, each icon size will be on 24x24 and 20x20 depends on the variant. Yo
<Home24 size="20" class="custom-class" />
```

### React

1. Import the icon

Same like Vue, to use the React components type the package `nataicons/react` on your project.

```js
import { Home24, Inbox24, Folder24, ... } from "nataicons/react"
```

2. Use the icon on your project

```js
<Home24 class="custom-class" />
```

## Inspiration

1. [vue-hero-icons](https://github.com/matschik/vue-hero-icons)
Expand Down

0 comments on commit 8dc3d33

Please sign in to comment.