import { TextReveal } from "@/registry/magicui/text-reveal"
export default function TextRevealDemo() {
return <TextReveal>Magic UI will change the way you design.</TextReveal>
}
npx shadcn@latest add @magicui/text-reveal-demoimport { TextRevealDemo } from "@/components/text-reveal-demo"<TextRevealDemo />