Components
Loading preview...
A high-contrast, metallic hero background using SVG filters and morphing globules to simulate ferrofluid dynamics.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/living-ferrofluidimport { Component } from "@/components/ui/living-ferrofluid";
export default function DemoOne() {
return <Component />;
}