Skip to content

Instantly share code, notes, and snippets.

@jepser
Created May 28, 2019 21:16
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/b5779824fc59f9e2b936c07def8b352e to your computer and use it in GitHub Desktop.
Save jepser/b5779824fc59f9e2b936c07def8b352e to your computer and use it in GitHub Desktop.
import { Col } from 'super-library'
// either like this
<Col md={5} offsetMd={1} />
// or this
<Col md={{ size: 5, offset: 1 }} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment