Skip to content

iamvinitk/world-flags

Repository files navigation

world-flags

Made with create-react-library

NPM JavaScript Style Guide codecov Node.js Package

Install

npm install --save world-flags

Usage

import React, { Component } from 'react'

import Flag from 'world-flags'

class Example extends Component {
  render() {
    return <Flag code='XX' />
  }
}

License

MIT © iamvinitk