0.1.4 • Published 6 years ago

b-flaggallery v0.1.4

Weekly downloads
9
License
-
Repository
-
Last release
6 years ago

b-flagGallery

Simple vue wrapper for the original flag-icon-css created by lipis.

Project setup

yarn add b-flagGallery -D or npm i b-flagGallery --save-dev

Usage example

import b-flagGallery from 'b-flagGallery/src/components/b-flagGallery'

Props

name : gallery | default: Nil | type: Array of objects

NameDefinitonValuesTypeDefault
galleryArray of objects containing the country codesArray of ObjectsNil

eg :

<bflagGallery :gallery='[{flags:[{ccode: 'in'},{ ccode: 'us'}]},{flags:[{ccode: 'gr'},{ ccode: 'ar'}]}]'/>

Nation codes and flags can be browsed from here flag-icon-css.lip.is.

0.1.4

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago