1.1.1 • Published 4 years ago

awicons-react v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

AwIcons-react

Easily add Awesome Icons to your project.

You can see all icons here

Install npm package on your React Project

npm install awicons-react

Props

PropsDescription
iconNamerequired take from here
classNamepass className to define style rules on your scss file
styledefine inline style rules
onClickonClick arrow function

Use AwIcon functional component in your file in this way:

import AwIcon from "awicons-react";

    <AwIcon
      iconName="angle-left"
      className={style.icon}
      style={{ padding: 12px }}
      onClick={this._goTo}
    />

Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago