Components
Loading preview...
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.