8000 GitHub - ZellerDorjee/vue-typer-write: A printing component based on Vue
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZellerDorjee/vue-typer-write

Repository files navigation

vue-typer-write

A printing component based on Vue

demo

install

npm install -S vue-typer-write

run

// import vue-typer-write
import TypeWrite from 'vue-typer-write'
import 'vue-typer-write/dist/vue-typer-write.min.css'

// register component
export default {
	components: {
		TypeWrite
    },
}
<!-- use component -->
<TypeWrite boxStyle="TypeWrite" :textString="values" :speed="100"/> 

options

    boxStyle (String): Make Custom class.

    textString (String): The word what you want to show.

    speed (Number): typer of speed.

About

A printing component based on Vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0