Find Similar Packages for react-flag-kit
react-flag-kitSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on react-flag-kit's README.md, just copy the code below.
## 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
🌟 Show GitHub stars trend chart on react-flag-kit's README.md, just copy the code below.
## 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)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
react-flag-kit14,6464910.8 kB4-MIT
README for 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