Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FortAwesome/react-fontawesome
Font Awesome React component
https://github.com/FortAwesome/react-fontawesome
List: react-fontawesome
fontawesome frontend javascript react
Last synced: about 2 months ago
JSON representation
Font Awesome React component
- Host: GitHub
- URL: https://github.com/FortAwesome/react-fontawesome
- Owner: FortAwesome
- License: mit
- Created: 2017-09-06T15:06:27.000Z (over 7 years ago)
- Default Branch: 0.2.x
- Last Pushed: 2023-05-27T00:13:59.000Z (over 1 year ago)
- Last Synced: 2024-04-16T06:28:42.312Z (8 months ago)
- Topics: fontawesome, frontend, javascript, react
- Language: JavaScript
- Homepage: https://fontawesome.com
- Size: 4.83 MB
- Stars: 3,644
- Watchers: 43
- Forks: 261
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-react-cn - react-fontawesome - Font Awesome 5 React component (Uncategorized / Uncategorized)
- awesome-react - react-fontawesome - Font Awesome 5 component library for React (Uncategorized / Uncategorized)
- awesome-learning-resources - react-fontawesome - Font Awesome 5 React component (Uncategorized / Uncategorized)
- awesome - react-fontawesome
- awesome-list - react-fontawesome
- best-of-react - GitHub - 32% open ยท โฑ๏ธ 22.05.2024): (Other Components)
- awesome-react - react-fontawesome - Font Awesome React component ` ๐ 6 months ago` (React [๐](#readme))
README
# react-fontawesome
[![npm](https://img.shields.io/npm/v/@fortawesome/react-fontawesome.svg?style=flat-square)](https://www.npmjs.com/package/@fortawesome/react-fontawesome)
> Font Awesome React component using SVG with JS
- [Documentation](#documentation)
- [How to Help](#how-to-help)
- [Contributors](#contributors)
- [Releasing this project (only project owners can do this)](#releasing-this-project-only-project-owners-can-do-this)## 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](https://fontawesome.com/v6/docs/web/use-with/react/)
## How to Help
Review the following docs before diving in:
- [CONTRIBUTING.md](CONTRIBUTING.md)
- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)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](https://github.com/NateRadebaugh) |
| Kirk Ross | [@kirkbross](https://github.com/kirkbross) |
| Prateek Goel | [@prateekgoel](https://github.com/prateekgoel) |
| Naor Torgeman | [@naortor](https://github.com/naortor) |
| Matthew Hand | [@mmhand123](https://github.com/mmhand123) |
| calvinf | [@calvinf](https://github.com/calvinf) |
| Bill Parrott | [@chimericdream](https://github.com/chimericdream) |
| Mike Lynch | [@baelec](https://github.com/baelec) |
| Lukรกลก Rod | [@rodlukas](https://github.com/rodlukas) |
| Proudust | [@proudust](https://github.com/proudust) |
| Tiago Sousa | [@TiagoPortfolio](https://github.com/TiagoPortfolio) |
| Alexey Victorov | [@AliMamed](https://github.com/AliMamed) |
| Calum Smith | [@cpmsmith](https://github.com/cpmsmith) |
| squiaios | [@squiaios](https://github.com/squiaios) |
| WyvernDrexx | [@WyvernDrexx](https://github.com/WyvernDrexx) |
| Font Awesome Team | [@FortAwesome](https://github.com/orgs/FortAwesome/people)|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](DEVELOPMENT.md#release)