vue-pulser
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

vue-pulser

A resposive SVG Pulser Loader for Vue 3

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

Package Sidebar

Install

npm i vue-pulser

Weekly Downloads

8

Version

1.0.5

License

MIT

Unpacked Size

16.1 kB

Total Files

8

Last publish

Collaborators

  • bizhan.he1996