Simple vue wrapper for the original [flag-icon-css](https://github.com/lipis/flag-icon-css) flag icon set , created by [lipis](https://github.com/lipis).
npm install c-flagSimple vue wrapper for the original flag-icon-css flag icon set , created by lipis.
yarn add c-flag or npm i c-flag
`Usage example
`
import cflag from 'c-flag/src/components/c-flag.vue'
`Props
|Name |Definiton |Values |Type |Default |
|:-:|:-:|:-:|:-:|:-:|
| ccode | Country code of the corresponding flag to be shown | Any country codes (Country codes can be browsed from here ISO.org.) | String | Nil |
| level | Shows profeciency level as circle strength around the flag depending on the value selected. | 'fair', 'good', 'fluent', 'mother-tongue' | String | Nil |
| country | Country name to be shown above the flag component. | Any string | String | Nil |
----------------------------------------------------
Ex : For India
`
``