vue-pulser
v1.0.5
Published
A resposive SVG Pulser Loader for Vue 3
Downloads
8
Maintainers
Readme
vue-pulser
A resposive SVG Pulser Loader for Vue 3
Demo
A demo of the plugin is available HERE
Getting Started
- install it using NPM
npm i vue-pulser
- Import it into your Vue file
import VuePulser from 'vue-pulser';
- Register it (Globally or Locally)
components: {
VuePulser
}
- Add it to the template (With parameters)
<VuePulser size="250" width="2" color="red" circles="5" />
Paramters
- size: Size of whole pulser ---> Integer
- width: Thickness if each circle ---> Integer
- color: Color of circles (Color Names, HEX) ---> String
- circles: Number of Circles ---> Integer