@synerise/ds-flag
v0.5.3
Published
Flag UI Component for the Synerise Design System
Downloads
115
Readme
id: flag title: Flag
Flag UI Component
Installation
npm i @synerise/ds-flag
or
yarn add @synerise/ds-flag
Usage
import Flag from '@synerise/ds-flag'
<DSFlag country="PL" size="24" />
Demo
API
| Property | Description | Type | Default | | --- | --- | --- | --- | | country | The country code (ISO 3166-1 alfa-2) for the image path | string | - | | size | The size of the image | number | - |