Skip to content

dev-nick421/VueTypeWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vue 3 TypeWriter Component - Drop-In

Vue 3 Component that simulates typing like this:
Alt Text

Just clone or copy&paste and start using with:

<TypeWriter :texts="['TEXT1', 'TEXT2', 'TEXT3']" :eraseDelay="100" :typeDelay="100" :waitTimer="1800" />

Delays are customizable.

It shows a blinking cursor by default that can be disabled by changing

const showCursor = ref(true); 

About

Type writer component for Vue 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages