COMPONENTDot Overlay
C/200//Layout
Dot Overlay
Full-screen dot-grid background overlay
overlaybackgrounddotspatterndecorative
D/01//Description
A lightweight full-screen dot-grid overlay for Framer. Control dot color, size, spacing, offset, opacity, backdrop blur, blend mode, and z-index. Drop it on the top layer of any page for a clean dotted texture. (The Dot & Image Overlay adds custom-image tiling.)
P/02//Source preview · locked
import { addPropertyControls, ControlType } from "framer"
export default function DotOverlay(props) {
const getBackgroundImage = () => {
return `radial-gradient(circle, ${props.color} ${props.dotSize}px, transparent ${props.dotSize}px)`
}
// … purchase to unlock the full sourceSource locked
