Skip to content

FlagIcon

Displays country flag icons with fallback display.

Open in Storybook

Interactive Demo

Nigeria flagUnited States flagUnited Kingdom flagKenya flagGhana flagSouth Africa flag

Sizes

Size variants

Nigeria flagNigeria flagNigeria flag

Usage

vue
<script setup>
import { FlagIcon } from '@yellowcard/b2b-design-system';
</script>

<template>
  <FlagIcon country="NG" size="large" />
  <FlagIcon country="US" size="medium" />
  <FlagIcon country="GB" size="small" />
</template>

API Reference

Props

PropTypeDefaultDescription
country*stringISO country code (e.g., NG, US, GB)
typestringFlag display type
sizestringIcon size
altstringAlt text for the flag image