Flag
Displays a flag as an svg based on the provided country code.
import { Flag } from "@ngrok/mantle/flag";
<Flag code="US" />
<Flag code="JP" loading="lazy" />
<Flag code="ES" loading="eager" />
API Reference
The Flag
accepts the following props in addition to the standard HTML div attributes.