1.0.8 • Published 2 years ago

typewriter-qwik v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

typewriter-qwik

Typewriter effect for Qwik applications

Install

npm install typewriter-qwik

Usage

With Snnipet (still need import)

qtypewriter

Manual

import { Typewriter } from "qwik-typewriter";

export default component$(() => {
  return (
    <>
        <p>
          Hello World! I´m a <Typewriter {/* Props */} />
        </p>
    </>
  );
});

Component Props

propsTypeOptionalDescriptionDefaultUsage
wordsarrayRequiredArray of strings for the wordsex: ['Developer', 'Musician']
cssstringOptionalcss classname to be set for the componentex: typewritercss.typewritercss {font-size:2rem;}
writeTnumberOptionalCharacter typing speed in milliseconds150
unwriteTnumberOptionalCharacter deleting speed in milliseconds50

Contribute

All contributions or ⭐ are welcome: Github Repository

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago