0.1.3 • Published 4 years ago

vue-autowrite v0.1.3

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

vue-autowrite

Purpose

This is a vue component which displays text in typing/writing style. 
In order to acheive styles like autotyping ... 

Example

<Autowrite text="Welcome to Your Vue.js App"/>

Props

There are currently the following props:

PropDescriptionRequiredDefault
textThis is the text which will be displayed in typing/writing style.trueAs it is required so no deafult value - null
delaySpecify the delay to type the next character. It is measured in milliseconds.false100
tagYou can specify the tag name in which you want to render the textfalseh1
css-classIf you have written a specific css code which you want to use then you can pass the name of that class and the class would be attached to the root elementfalseBy default I have kept a kept which you can also override if you like - default-auto-write

Documentation

Coming soon...