0.0.15 • Published 6 years ago
react-flag-pack v0.0.15
React Flag Pack
A project made by Yummygum
Installation
npm install react-flag-pack --saveUsage
// use own name as variable
import Flag from 'vue-flag-pack'Use in JSX:
<Flag
code="NL"
gradient="real-linear"
size="m"
dropshadow
/>Available component configurations
| key | value | required | default | format |
|---|---|---|---|---|
| country code | String | true | - | see all codes |
| size | String | false | l | 's', 'm' or 'l' |
| className | String | false | - | - |
| dropshadow | boolean | false | false | - |
| hasBorder | boolean | false | true | - |
| hasBorderRadius | boolean | false | true | - |
| customBorderRadius | String | false | - | - |
| gradient | String | false | '' | 'top-down', 'real-linear' or 'real-circular' |
Build Dist
# install dependencies
npm install
# build for prod
npm run build