react-circle-flags
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

react-circle-flags

React circle flags (based on circle-flags)

NPM JavaScript Style Guide codecov Node.js CI

Install

npm install --save react-circle-flags

Usage

import React from 'react'
import { CircleFlag } from 'react-circle-flags'

export const SpanishFlag = () => <CircleFlag countryCode="es" height="35" />

With custom CDN

import React from 'react'
import { CircleFlag } from 'react-circle-flags'

export const SpanishFlag = () => <CircleFlag countryCode="es" height="35" cdnUrl="https://magic-cdn.com/flags/" />

You can pass all the react's React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement> props to CircleFlag. 🚀

Language flags

import React from 'react'
import { CircleFlagLanguage } from 'react-circle-flags'

export const EnglishFlag = () => <CircleFlagLanguage languageCode="en-us" height="35" />

Docs && Gallery

Click here!

License

MIT © tnovau

Package Sidebar

Install

npm i react-circle-flags

Weekly Downloads

15,011

Version

0.0.20

License

MIT

Unpacked Size

16 kB

Total Files

6

Last publish

Collaborators

  • tnovau