Background

display

Static decorative background with grid, dots, or gradient patterns.

Preview

No preview available

Check the code examples below.

Installation

npm install @launchapp/design-system
Import
import { Background } from "@launchapp/design-system";

Examples

Grid background

<div className="relative h-48 rounded-xl overflow-hidden">  <Background variant="grid" /></div>

Props

PropTypeDefaultDescription
variant
"grid" | "dots" | "gradient" | "noise""grid"Pattern style.
className
stringAdditional CSS classes.