vue-damp-fireworks

1.1.1 • Public • Published

vue-damp-firework

The interesting component for Vue developers.

Vue dampion fireworks

Contribution Guide

Installation

# install packages
yarn add vue-damp-fireworks
or
npm install vue-damp-fireworks

Vue2

# global registered in main.js 
import VueFireworks from 'vue-damp-fireworks'
Vue.use(VueFireworks)

# Usage in .vue
<vue-damp-fireworks />
<vue-damp-fireworks :boxHeight="500" :boxWidth="500"/>
<vue-damp-fireworks :boxHeight="500" :boxWidth="500">
    <p>add any element you want</p>
</vue-damp-fireworks>

Component Props

All parameters are optional and fireworks determines the default value of each prop.

Prop Name vue-damp-fireworks Doc & Description Type default
boxHeight decides the height of the component Number 500
boxWidth decides the width of the component Number 500
duration decides the duration(ms) of the animation Number

Demo Page

Click me to watch the fireworks

Buy Me A Coffee

/vue-damp-fireworks/

    Package Sidebar

    Install

    npm i vue-damp-fireworks

    Weekly Downloads

    7

    Version

    1.1.1

    License

    none

    Unpacked Size

    929 kB

    Total Files

    17

    Last publish

    Collaborators

    • parkerisme