dot-pattern-default
Loading...
dot-pattern-custom
Loading...
dot-pattern-01
Loading...
dot-pattern-02
Loading...
dot-pattern-03
Loading...
Installation
Usage
import { DotPattern } from "@/components/ui/dot-pattern"<DotPattern />Props
| Prop | Type | Default |
|---|---|---|
| width | number | 20 |
| height | number | 20 |
| x | number | 0 |
| y | number | 0 |
| cx | number | 1 |
| cy | number | 1 |
| dotSize | number | 0.7 |
| className | string | — |
| fill | string | — |
| stroke | string | — |
| opacity | number | string | — |
| style | React.CSSProperties | — |
| id | string | — |
| onClick | (event: React.MouseEvent<SVGSVGElement>) => void | — |
| ...props | React.SVGProps<SVGSVGElement> | — |