A background hexagon pattern made with SVGs, fully customizable using Tailwind CSS.
1,245
Bookmarks
9,445
Installs
22,045
Views
"use client"
import { cn } from "@/lib/utils"
import { HexagonPattern } from "@/components/ui/hexagon-pattern"
export default function HexagonPatternDemo() {
return (
<div className="bg-background relative flex h-[500px] w-full flex-col items-center justify-center overflow-hidden rounded-lg border">
<HexagonPattern19 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Magic UI — browse the full library on Nuxus.