react-emoji-flag

1.1.1 • Public • Published

react-emoji-flag

display countries as flag. no need for external pics or svg, even on window.

The most efficient way to display countries as flag: using unicode directly on all modern operating systems.

"🇨🇭" if this looks like a flag, you are on a modern browser and operating system.

workaround for window

if it does look like "CH", I'm sorry that you are on window, that doesn't display country codes natively.

In that case, it loads a special font that does display the flag properly

on your react project:

import CountryFlag from 'react-emoji-flag';


<CountryFlag countryCode="CH" title="Switzerland"/> 

inspiration and technical explanations

https://github.com/talkjs/country-flag-emoji-polyfill

Package Sidebar

Install

npm i react-emoji-flag

Weekly Downloads

27

Version

1.1.1

License

MIT

Unpacked Size

113 kB

Total Files

13

Last publish

Collaborators

  • tttp