Text Type

Typewriter animation with customizable typing and deleting effects.

Usage

import TextType from "@/components/bynanaui/text-type";

<TextType
    text={["Hello World!", "Welcome to Bynana UI"]}
    className="text-2xl font-mono"
    typingSpeed={100}
    loop={true}
/>