A basic vuejs component to provide "a loading dots thing"
npm install vue-dotdotdot2 basic vuejs components to provide "a loading dots thing"
```
npm install vue-dotdotdot
`js`
import { dotdotdot } from 'vue-dotdotdot'
Vue.component('dotdotdot', dotdotdot)
` html`
or
`js`
import { customDot } from 'vue-dotdotdot'
Vue.component('dotdotdot', customDot)
` html``
Specifies the number of dots that load over time.
- Type: Number
- Default: 3
Specifies the speed to append new text.
- Type: Number
- Default: 300
Specifies the speed to append new text.
- Type: Number
- Default: 300