Background Color
Atomic props for controlling the background color of an element.
| Atomic Props | CSS Properties |
|---|---|
| bg{colorName} | background-color: {color}; |
| bg={color} | background-color: {color}; |
Usage preset color
Use bg{colorName} props to control the background color of an element.
Result
Loading...
Live Editor
Custom color
Set any background color using bg={value} props.
Result
Loading...
Live Editor