Typing Animation Without Cursor

PreviousNext

Example showing typing animation without cursor.

Docs
magicuiexample

Preview

Loading preview…
registry/example/typing-animation-demo-5.tsx
import { TypingAnimation } from "@/registry/magicui/typing-animation"

export default function Component() {
  return <TypingAnimation showCursor={false}>No cursor shown</TypingAnimation>
}

Installation

npx shadcn@latest add @magicui/typing-animation-demo-5

Usage

import { TypingAnimationDemo5 } from "@/components/typing-animation-demo-5"
<TypingAnimationDemo5 />