Components
Loading preview...
A responsive particle-based text reveal component that disperses text into animated particles and reforms on hover with smooth transitions.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/magic-text-reveal// 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 };