vue-type-text
Typed components for VueJs.
This project contains the main feature that can demonstrate the typing effect, using different HTML tags. It was inspired when I was creating my own project and need writing animation, but the components that I found, it is creating spans and I need to manage the text as a label, so my word doesn't seem cut in half.
Quick start
You need Vue.js version 2.5+.
1. Install via npm
npm i vue-type-text// oryarn add vue-type-text
2. Import and use VueTypeText
;; Vue; // this is an example vue settingsVueconfigproductionTip = false; ;
Or import on your view
3. Using the component
<!-- your code here --><!-- an example using as h1--><!-- an example using as span--><!-- your code here -->
Alternatively
<!-- VueTypeText JavaScript -->
License
Code released under MIT license.