Components
Loading preview...
brand new hero component for you. This one is called "Fractal Bloom." It features a generative, tree-like fractal that grows and blossoms on the screen. The growth is subtly influenced by your mouse position, creating a unique, organic animation every time.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/fractal-bloom-treeimport FractalBloomHero from "@/components/ui/fractal-bloom-tree";
export default function DemoOne() {
return <FractalBloomHero />;
}