Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 817 Bytes

File metadata and controls

30 lines (19 loc) · 817 Bytes

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