Components
Loading preview...
An interactive canvas-driven background where crystalline structures sprout and extend toward the mouse pointer. Clicking triggers a dynamic shatter effect, bursting crystals into particles for a fractal animation. Perfect for immersive hero sections, ambient overlays, or generative art pieces.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/crystal-cursorimport CrystalCursor from "@/components/ui/crystal-cursor";
export default function DemoOne() {
return (
<CrystalCursor
title="Aetherium"
subtitle="Memories in glass"
caption="Click to release them"
/>
);
}