A responsive particle-based text reveal component that disperses text into animated particles and reforms on hover with smooth transitions.
// This is file with demos of your component // Each export is one usecase for your component import { MagicTextReveal } from "@/components/ui/magic-text-reveal"; const DemoOne = () => { return <MagicTextReveal />; }; export { DemoOne };