This is hexagon background animation
import { HexagonBackground } from "@/components/ui/hexagon-background"; export default function HexagonBackgroundDemo() { return ( <HexagonBackground className="absolute inset-0 flex items-center justify-center rounded-xl" /> ); }
Part of Shailendra — browse the full library on 21st.dev.