A customizable typewriter loader component for indicating loading states in your application. Features smooth typing animations and customizable text content.
|
Installation
Usage
import { TypewriterLoader } from "@/components/molecule-ui/typewriter-loader"<TypewriterLoader />Examples
With custom text
|
Props
| Prop | Type | Default |
|---|---|---|
typingSpeed? | number | 200 |
typingText? | string | Loading... |