Back to Registry

Typewriter Text

motion

Text that types and deletes itself through rotating phrases.

Colorblue-500
Width
Shadow

Live Preview

Phrase 1 of 4

Install via CLI
npx shadcn@latest add https://kinetik.dev/r/typewriter-text.json

Requires shadcn CLI. Auto-installs deps and copies the component into your project.

Manual Install
npm add framer-motion

Then copy the source code below into your project.

Usage
import { TypewriterText } from '@/app/components/typewriter-text';

Source

'use client';

export function TypewriterText() {
  // copy from registry component source
}

Dependencies

framer-motion