Components
Box
The Box component is a low-level primitive used for layout purposes. It can be used to create grid layouts, apply padding or margin, and more.
Here is an example of how the Box component can be used to apply padding and border around its children.
import { Box } from '@sproutsocial/racine'
Properties
Recipes
2 elements side-by-side:
Centering elements horizontally and vertically: