danalloway / react-country-flag

React component for emoji/svg country flags.
https://danalloway.github.io/react-country-flag/
MIT License
255 stars 43 forks source link

Feature request: typed countryCode prop #64

Open yanickrochon opened 8 months ago

yanickrochon commented 8 months ago

Instead of countryCode: string;, the prop should be typed with all valid codes. This would provide static validation.

danalloway commented 1 month ago

@yanickrochon agreed, this is a great suggestion