1.0.8 • Published 9 months ago

typewriter-qwik v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago