Text Reveal Demo

PreviousNext

Example showing text that fades in on scroll.

Docs
magicuiexample

Preview

Loading preview…
registry/example/text-reveal-demo.tsx
import { TextReveal } from "@/registry/magicui/text-reveal"

export default function TextRevealDemo() {
  return <TextReveal>Magic UI will change the way you design.</TextReveal>
}

Installation

npx shadcn@latest add @magicui/text-reveal-demo

Usage

import { TextRevealDemo } from "@/components/text-reveal-demo"
<TextRevealDemo />