SVG dot grid background with an optional radial mask for spotlight effects.
4,110
Bookmarks
16,800
Installs
102,400
Views
import { DotPattern } from "@/components/ui/dot-pattern"
export default function DemoDotPattern() {
return (
<div className="relative flex min-h-[320px] w-full items-center justify-center overflow-hidden bg-zinc-950">
<DotPattern className="[mask-image:radial-gradient(320px_circle_at_center,white,transparent)]" />6 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 Meridian DS — browse the full library on Nuxus.