Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

eduardostuart/vue-typewriter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⌨️ 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.