1.2.0 • Published 5 years ago

@aidol/particles v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

aidol-particles

a particulate background component based on particles.js.

Preview

image

Installation

$ npm i @aidol/particles -S

Usage

<template>
  <ai-particles>
    <div> some content </div>
  </ai-particles>
</template>
import AiParticles from '@aidol/particles'
export default {
  name: 'Login',
  components: {
    AiParticles
  },
  data() {
    return {}
  }
}