Skip to content

Instantly share code, notes, and snippets.

@gregberge
Created March 8, 2019 07:47
Show Gist options
  • Save gregberge/94ca46c35288119d0e46a283298c7253 to your computer and use it in GitHub Desktop.
Save gregberge/94ca46c35288119d0e46a283298c7253 to your computer and use it in GitHub Desktop.
Smooth UI - System props
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