Card Pattern
Clean cards with generated SVG patterns (dots or grids), similar to modern SaaS designs.
●
Dot Pattern
Minimalist dot pattern background with a fade-out mask.
#
Grid Pattern
Grid lines with custom color configuration.
1<div className="grid grid-cols-1 md:grid-cols-2 gap-6 w-full">2 <PatternCard pattern="dots">3 <div className="p-6">Installation
npx zeroui@latest add pattern-cardProps
| name | type | default | description |
|---|---|---|---|
| pattern | "dots" | "grid" | "dots" | Type of SVG pattern to generate |
| patternColor | string | "rgba(0,0,0,0.1)" | Color/opacity of the pattern stroke/fill |
| maskGradient | string | "linear-gradient..." | CSS mask image to fade out the pattern |