A flexible, TypeScript-ready Hexagon Background component
import { HexagonBackground } from "@/components/ui/hexagon-background"; export default function DemoOne() { return ( <div className="h-screen w-screen"> <HexagonBackground/> </div> ); }
Part of shadway — browse the full library on 21st.dev.