0.0.4 • Published 4 years ago

vue-ycon v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

vue-ycon

A vue library to display icons

Install

npm i vue-ycon

Usage

Plugin installation

import VueYcon from 'vue-ycon'

Vue.use(VueYcon)

Examples

<icon name="bowling-ball"></icon>

A red bomb :

<icon name="bomb" style="color:red"></icon>

A book with a blue certificate on the bottom/right

<icon name="book" :sub="{ name:'certificate', position:'b/r', color:'blue' }"></icon>
0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago