Background
import { background } from "@desygna/desygna";
A system that enables background
props.
Prop | CSS Property |
---|---|
backgroundImage | backgroundImage |
backgroundSize | backgroundSize |
backgroundPosition | backgroundPosition |
backgroundRepeat | backgroundRepeat |
// example
<Box
backgroundImage="url('kitten.png')"
backgroundSize="cover"
backgroundPosition="center"
backgroundRepeat="repeat-x"
/>