Created
March 8, 2019 07:47
-
-
Save gregberge/94ca46c35288119d0e46a283298c7253 to your computer and use it in GitHub Desktop.
Smooth UI - System props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Box } from "@smooth-ui/core-sc"; | |
<Box | |
backgroundColor="primary" | |
width={{ sm: 1, md: 0.5 }} | |
height={100} | |
mx="auto" | |
p={2} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment