Closed Loupi closed 4 years ago
@Loupi all props are forwarded to the element so just include an alt
prop where you use this component and you're off to the races!
<ReactCountryFlag alt="United States" countryCode="US" svg />
@danalloway Thank you! It works fine
It would be nice to have a way to set the alt attribute of the img element that react-country-flag creates.