import { TextReveal } from "@/registry/magicui/text-reveal"export function TextRevealDemo() { return <TextReveal>Magic UI will change the way you design.</TextReveal>}
Installation
pnpm dlx shadcn@latest add @magicui/text-reveal
Usage
import { TextReveal } from "@/components/ui/text-reveal"
<TextReveal>Magic UI will change the way you design.</TextReveal>