1.4.0 • Published 5 years ago

fontawesome_easy v1.4.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

fontawesome_easy

to make installing font awesome in your react app easy

STEP 1 npm install --save 'fontawesome_easy' or git clone this repo

STEP 2 In your react component(scoped) import {FontAwesomeIcon, Regular, Solid, Brand} from 'fontawesome_easy'

STEP 3 Also in that same react component(scoped)

Use it like so:

for solid icons:

<FontAwesomeIcon icon={Solid.faBell}/>

for regular icons:

<FontAwesomeIcon icon={Regular.faBell}/>

for brand icons:

<FontAwesomeIcon icon={Brand.codepen}/>

The list for all the icons can be found in their respective docs in their folders(regular, solid, brand)