Skip to main content

Background

import { background } from "@desygna/desygna";

A system that enables background props.

PropCSS Property
backgroundImagebackgroundImage
backgroundSizebackgroundSize
backgroundPositionbackgroundPosition
backgroundRepeatbackgroundRepeat
// example
<Box
backgroundImage="url('kitten.png')"
backgroundSize="cover"
backgroundPosition="center"
backgroundRepeat="repeat-x"
/>