Skip to content

Instantly share code, notes, and snippets.

@jepser
Created May 28, 2019 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jepser/d5fae6d27db65a97406ec20a7bdc6215 to your computer and use it in GitHub Desktop.
Save jepser/d5fae6d27db65a97406ec20a7bdc6215 to your computer and use it in GitHub Desktop.
// for base usage
<Spacer bottom={2} left={2}>cool component here</Spacer>
// for responsive usage
<Spacer md={{ bottom: 2, left: 2 }} left={1}>cool component here</Spacer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment