Back to Registry
Typewriter Text
motionText 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.jsonRequires shadcn CLI. Auto-installs deps and copies the component into your project.
Manual Install
npm add framer-motionThen 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