CircleFlag

CircleFlag component documentation.

Usage

import { CircleFlag } from "@aqqo/aqqo-ui";
<CircleFlag countryCode="US" />

Props

CircleFlag props
PropTypeDefaultDescription
countryCodestring"xx"Flag code to display. Falls back to "xx" if unknown.
heightnumber100Rendered image height in pixels.
cdnUrlstring-Base URL used to load the flag image.
cdnSuffixstring-Optional path segment inserted between base URL and code.
classNamestring-Additional CSS classes applied to the image.
...imgPropsImgHTMLAttributes<HTMLImageElement>-Any standard HTML image attributes (e.g., alt, width, style).

On this page

  1. Usage
  2. Props
Scroll to top