For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Typewriter

Character-by-character text reveal with a deterministic blinking cursor.

Customize
20
72
1

Installation

$ pnpm dlx shadcn@latest add @framecn/typewriter

Usage

import { Typewriter } from "@/components/framecn/typewriter";
<Typewriter />

API Reference

Typewriter

PropTypeDefault
textstring"console.log('hello, world')"
cursorbooleantrue
charsPerSecondnumber20
speednumber1
fontSizenumber48
colorstring"#171717"
cursorColorstring"#171717"
fontWeightnumber600
classNamestring-
fpsnumber30
durationInFramesnumber120
widthnumber1000
heightnumber500
backgroundstring"white"

Notes