1.0.0 • Published 6 years ago
vue-icono v1.0.0
Design icons sourced from the icono project.
Demo
Installation
yarn add vue-icono
npm install --save vue-iconoUsage
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
1.0.0
6 years ago