Dot Pattern
Server ComponentA faint SVG dotted field behind content.
Import
tsx
import { DotPattern } from "@cronus-ui/ui";
bash
npx cronus-ui add dot-pattern
Examples
API Reference
Generated from the component's exported types.
DotPatternProps
Extends HTMLAttributes<HTMLDivElement>
| Prop | Type | Default | Description |
|---|---|---|---|
ref | Ref<HTMLDivElement> | — | — |
gap | number | 16 | Gap between dots, in pixels. |
radius | number | 1 | Dot radius, in pixels. |