2.0.6 • Published 1 year ago

flagit v2.0.6

Weekly downloads
13
License
ISC
Repository
github
Last release
1 year ago

Flagit 🇮🇳

Flagit is the smallest npm package to display flags from about 242 supported countries that can be used as a react component.

View the live demo

How to use:

import Country from "flagit";

Then use the component by passing appropriate props as described below:

Example:

<Country countryShort="IN" size="md" />

OR

<Country countryShort="IN" size="28" />

Props:

PropsValuesDescription
countryShortas per https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elementsPass country code in this prop eg: IN, US, AU
sizesm, md, lg, xl, xxl OR Any size between 16 to 64 pixelssm=16w x 16h md=24w x 24h lg=32w x 32h xl=48w x 48h xxl=64w x 64hin pixels

Note:

  • Default size is set to sm OR 16
  • Removed customWidth and customHeight props, as the width and height are in proportion
2.0.5

1 year ago

2.0.4

1 year ago

2.0.6

1 year ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.1

8 years ago