vue-particles-icons

2.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vue-particles-icons

Weekly Downloads

1

Version

2.1.1

License

ISC

Unpacked Size

222 kB

Total Files

468

Last publish

Collaborators

  • desero
  • milero