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