Font Awesome React component
Go to file
robmadole 432b921d69
Run all tests
2024-05-22 16:34:46 -05:00
.github Release 0.2.2 2024-05-22 16:21:55 -05:00
examples Deps updates 2022-05-31 15:56:04 -05:00
src Run all tests 2024-05-22 16:34:46 -05:00
.eslintrc.js Add prettier (#62) 2018-01-26 14:17:45 -06:00
.gitignore Upgrading to 5.1.0 (#100) 2018-06-20 16:30:28 -05:00
.prettierignore Upgrading to 5.1.0 (#100) 2018-06-20 16:30:28 -05:00
.prettierrc.js Add prettier (#62) 2018-01-26 14:17:45 -06:00
.tool-versions Fix tests 2024-05-16 12:39:56 -05:00
CHANGELOG.md Release 0.2.2 2024-05-22 16:21:55 -05:00
CODE_OF_CONDUCT.md Community docs (#169) 2018-08-06 15:48:37 -05:00
CONTRIBUTING.md update boilerplate documentation to reflect React (#192) 2019-08-25 15:15:30 -05:00
DEVELOPMENT.md Release 0.2.0 2022-06-29 10:08:22 -05:00
LICENSE.txt Adding LICENSE.txt (#40) 2017-12-18 15:35:28 -06:00
README.md Release 0.2.2 2024-05-22 16:21:55 -05:00
UPGRADING.md Fix library.add typo in UPGRADING.md (#160) 2018-07-20 12:15:15 -05:00
babel.config.js Add GitHub workflow and update deps (#309) 2019-12-06 14:50:04 -06:00
index.d.ts Use forwardRef rather than custom `forwardedRef` prop (#503) 2022-06-17 13:33:28 -05:00
index.es.js Release 0.2.2 2024-05-22 16:21:55 -05:00
index.js Release 0.2.2 2024-05-22 16:21:55 -05:00
package-lock.json Release 0.2.2 2024-05-22 16:21:55 -05:00
package.json Release 0.2.2 2024-05-22 16:21:55 -05:00
rollup.config.js New v6 sizes and animations (#466) 2022-01-28 09:30:58 -06:00

README.md

Official Javascript Component

react-fontawesome

npm

Font Awesome React component using SVG with JS

Documentation

react-fontawesome now supports forwardRef for version 0.2.x or above. This was a breaking change so if you are using React older than version 16.3.0 choose the 0.1.x version of this component.

Compatibility

React version react-fontawesome version
< 16.3.0 0.1.x
>= 16.3.0 0.2.x

Official documentation is hosted at fontawesome.com:

Check it out here

How to Help

Review the following docs before diving in:

And then:

  1. Check the existing issue and see if you can help!

Contributors

The following contributors have either helped to start this project, have contributed code, are actively maintaining it (including documentation), or in other ways being awesome contributors to this project. We'd like to take a moment to recognize them.

Name GitHub
Nate Radebaugh @NateRadebaugh
Kirk Ross @kirkbross
Prateek Goel @prateekgoel
Naor Torgeman @naortor
Matthew Hand @mmhand123
calvinf @calvinf
Bill Parrott @chimericdream
Mike Lynch @baelec
Lukáš Rod @rodlukas
Proudust @proudust
Tiago Sousa @TiagoPortfolio
Alexey Victorov @AliMamed
Calum Smith @cpmsmith
squiaios @squiaios
WyvernDrexx @WyvernDrexx
Font Awesome Team @FortAwesome

If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.

Releasing this project (only project owners can do this)

See DEVELOPMENT.md