1.0.5 • Published 2 years ago

vue-pulser v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Demo

A demo of the plugin is available HERE

Getting Started

  1. install it using NPM
npm i vue-pulser
  1. Import it into your Vue file
import VuePulser from 'vue-pulser';
  1. Register it (Globally or Locally)
components: {
    VuePulser
}
  1. Add it to the template (With parameters)
<VuePulser size="250" width="2" color="red" circles="5" />

Paramters

  1. size: Size of whole pulser ---> Integer
  2. width: Thickness if each circle ---> Integer
  3. color: Color of circles (Color Names, HEX) ---> String
  4. circles: Number of Circles ---> Integer
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago