react-country-icon
v1.0.6
Published
React component to render country icon by country isoCode
Downloads
68
Maintainers
Readme
react-country-icon
Component to render svg country flag
Install
npm i -D react-country-icon
Usage
import { CountryIcon } from 'react-country-icon';
const ExampleComponent = () => (
<div>Hello <CountryIcon countryCode="CH"/> </div>
)
Example
See here the example https://lq4o1k.csb.app/