SmoothKit
v1.0.0
DocsComponents

Typing Effect

A realistic typing effect with customizable speed, looping, and cursor blinking.

Installation

npm install smoothkit

Usage

typescript

API Reference

PropertyTypeDefaultDescription
textstring | string[]-Text or array of strings to type.
speednumber50Typing speed in milliseconds per char.
loopbooleanfalseWhether to loop through the strings infinitely.
cursorbooleantrueWhether to show the blinking cursor.