on-the-edge-cloud/react-circle-flags

Validate if countryCode is valid

Closed this issue · 0 comments

GIVEN I am using the library
WHEN I render the CircleFlag component
AND the countryCode is a valid one in circle-flags
THEN I show the flag of that country

GIVEN I am using the library
WHEN I render the CircleFlag component
AND the countryCode is not a valid one in circle-flags
THEN I show the UNKNOWN_FLAG