Docs
Dot Background

Dot Background

A simple dotted background component

Dot Pattern

Installation

bunx --bun @uplusion23/forge-ui add dot-background

Usage

import { DotBackground } from "@/components/ui/dot-background"
<DotBackground />

Props

interface DotBackgroundProps extends React.SVGProps<SVGSVGElement> {
  width?: string | number
  height?: string | number
  x?: string | number
  y?: string | number
  cx?: string | number
  cy?: string | number
  cr?: string | number
  className?: string
}