🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another Vue.js component to emulate the typing animation just like the typewriter.

Animation

Documentation

⌨️ Vue Typewriter


For Vue 1.x see the 1.x branch.

Install

npm

npm install vue-typewriter --save

yarn

yarn add vue-typewriter

Usage

import Vue from 'vue' import Typewriter from 'vue-typewriter'  Vue.use(Typewriter)
<typewriter     :speed="200"     :full-erase="true"     :interval="300"     :words='["Awesome!","Amazing!"]'>     Vue Typewriter is </typewriter>

License

This project is licensed under the MIT license.


You May Also Like