prionkor / react-round-flags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-round-flags

Fun with flags (in React Native)! This repository was forked form pohodnya/react-native-round-flags to use in reactJS projects.

Example

Round Icons demonstration

Usage

import Flag from 'react-round-flags';

const JustAFlag = () =>
  <Flag code="DE"/>

### Props

code

Type: String

The ISO code of a flag, for example "DE", "FR" or "GB"

style (optional)

Allows additional styles to be passed through.

License

MIT

About

License:MIT License


Languages

Language:JavaScript 100.0%