Grid Pattern
SVG grid pattern background.
Import
import { GridPattern } from "neoterm-ui";Usage
<div className="relative h-48">
<GridPattern size={24} color="var(--border)" />
</div>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| size | number | 32 | Grid cell size in px. |
| color | string | var(--border) | Line color. |