Skip to content

fixthestatusquo/react-emoji-flag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published