The interesting component for Vue developers.
# install packages
yarn add vue-damp-fireworks
or
npm install vue-damp-fireworks
# 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>
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 |