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