react-round-flags

:flag: Fun with round flags!

Usage no npm install needed!

<script type="module">
  import reactRoundFlags from 'https://cdn.skypack.dev/react-round-flags';
</script>

README

react-round-flags

Fun with flags (in React Native)! This repository was forked form pohodnya/react-native-round-flags to use in reactJS projects.

Example

Round Icons demonstration

Usage

import Flag from 'react-round-flags';

const JustAFlag = () =>
  <Flag code="DE"/>

 Props

code

Type: String

The ISO code of a flag, for example "DE", "FR" or "GB"

style (optional)

Allows additional styles to be passed through.

License

MIT