README: move React section to the Usage section
This commit is contained in:
parent
52478c53bf
commit
5312a2ce55
1 changed files with 5 additions and 4 deletions
|
|
@ -31,6 +31,11 @@ For example, the following code:
|
||||||
|
|
||||||
To view all the available flags, check the [gallery](all-flags.md).
|
To view all the available flags, check the [gallery](all-flags.md).
|
||||||
|
|
||||||
|
### React
|
||||||
|
|
||||||
|
If you're using [React](https://reactjs.org), you may want to try the
|
||||||
|
[react-circle-flags](https://www.npmjs.com/package/react-circle-flags) package.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
To contribute, you need to have [svgo](https://github.com/svg/svgo) installed
|
To contribute, you need to have [svgo](https://github.com/svg/svgo) installed
|
||||||
|
|
@ -46,10 +51,6 @@ svgo ./flags --recursive --config=svgo.yml
|
||||||
|
|
||||||
Then commit the changes, and submit them as a pull request.
|
Then commit the changes, and submit them as a pull request.
|
||||||
|
|
||||||
## React
|
|
||||||
|
|
||||||
- Try [react-circle-flags](https://www.npmjs.com/package/react-circle-flags) package.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is released under the [MIT license](LICENSE).
|
This project is released under the [MIT license](LICENSE).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue