vue-icono
v1.0.0
Published
icono component for vue
Downloads
7
Maintainers
Readme
Design icons sourced from the icono project.
Demo
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