A simple dotted background component
bunx --bun @uplusion23/forge-ui add dot-background
import { DotBackground } from "@/components/ui/dot-background"
<DotBackground />
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 }