react-flag-kit

FlagKit for React

react-flag-kit downloads react-flag-kit version react-flag-kit license

react-flag-kitPacchetti simili:
Trend di download npm
3 Anni
🌟 Mostra il grafico di utilizzo in tempo reale nel README.md di react-flag-kit, copia semplicemente il codice qui sotto.
## Usage Trend
[![Usage Trend of react-flag-kit](https://npm-compare.com/img/npm-trend/THREE_YEARS/react-flag-kit.png)](https://npm-compare.com/react-flag-kit#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Mostra il grafico del trend delle GitHub Stars nel README.md di react-flag-kit, copia semplicemente il codice qui sotto.
## GitHub Stars Trend
[![GitHub Stars Trend of react-flag-kit](https://npm-compare.com/img/github-trend/react-flag-kit.png)](https://npm-compare.com/react-flag-kit)
Dettaglio statistiche
Pacchetto
Download
Stars
Dimensione
Issues
Pubblicazione
Licenza
react-flag-kit16,1164910.8 kB4-MIT
README per react-flag-kit

FlagKit for React

Main npm version npm minzipped size npm downloads

Installation

npm i react-flag-kit
# or using Yarn
yarn add react-flag-kit

Usage

import { FlagIcon } from "react-flag-kit";

export const USAFlag = () => <FlagIcon code="US" size={48} />;

Props

export interface FlagIconProps extends ImgHTMLAttributes<HTMLImageElement> {
  size?: number;
  code: FlagIconCode;
}

Reference

The list of available flags you can find in FlagKit repo.

Licence

MIT