npm.io
2.1.1 • Published 8 years ago

vue-particles-icons

Licence
ISC
Version
2.1.1
Deps
1
Size
217 kB
Vulns
0
Weekly
0

VueJS Particles icons

yarn add vue-particles-icons

Usage

Import individual icon

<template>
  <add-icon></add-icon>
</template>
<script>
import { AddIcon } from 'vue-particles-icons'

export default {
  components: { AddIcon }
}
</script>

or as single component with name attribute

<template>
  <particle name="add"></particle>
</template>
<script>
import { Particle } from 'vue-particles-icons'

export default {
  components: { Particle }
}
</script>

Development

Build icons:

yarn build

Build demo:

yarn demo

View/modify demo:

yarn dev

Keywords