File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11React Material Icons
22====================
33
4- This package includes all [ Material Icons] ( https://material.io/resources/icons/?style=baseline ) as reusable React components
4+ This package includes all [ Material Icons] ( https://material.io/resources/icons/?style=baseline ) as reusable React components.
55
66## Table of content
77- [ Usage] ( #usage )
@@ -11,12 +11,12 @@ This package includes all [Material Icons](https://material.io/resources/icons/?
1111
1212## Usage
1313
14- In order to use this package you have to install it through npm
14+ First, you have to install the package:
1515``` bash
1616npm install @aboutbits/react-material-icons
1717```
1818
19- After you successfully installed the package you can simply use the icons in you React application like this
19+ Second, you can use the icons in you React application like this:
2020``` jsx
2121import React from ' react'
2222
@@ -27,10 +27,11 @@ const MyCommponent = () => {
2727}
2828```
2929
30- SVG related parameters like height and width can be passed as props
30+ SVG related parameters like height and width can be passed as props.
3131
3232## Generate Components
33- To generate the components, simply run the following command
33+
34+ To generate the components, simply run the following command:
3435``` bash
3536npm run generate
3637```
You can’t perform that action at this time.
0 commit comments