katalonne / vue-icono

Design icons sourced from the icono project.

Home Page:https://katalonne.github.io/vue-icono/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Icono

Build Status codebeat badge GitHub open issues npm version MIT License

Design icons sourced from the icono project.

Demo

Vue Icono

Installation

yarn add vue-icono

npm install --save vue-icono

Usage

import vueIcono from 'vue-icono';

export default {
  components: {
    vueIcono
  }
}
<vue-icono name='mail' color="#fff"/>

Props

Property Type Default
name String
color String #000
container String div
class-name String
styles Object {}

License

MIT © katalonne

About

Design icons sourced from the icono project.

https://katalonne.github.io/vue-icono/

License:MIT License


Languages

Language:Vue 53.6%Language:JavaScript 39.4%Language:HTML 7.0%