Skip to content
Matt Layton edited this page Apr 17, 2020 · 4 revisions

Built with styled-system based on https://styled-system.com/guides/build-a-box

Usage

<Box
  width={[1, 1 / 2]}
  p={4}
  mb={3}
  bg="tomato"
>Content here!</Box>

API

Implements:

Clone this wiki locally