Skip to content

Instantly share code, notes, and snippets.

@renatorib
Last active September 25, 2017 22:17
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 renatorib/327f72a79eb1188abd634daafd106bfa to your computer and use it in GitHub Desktop.
Save renatorib/327f72a79eb1188abd634daafd106bfa to your computer and use it in GitHub Desktop.
React BPS Example
const breakpoints = {
900: { name: 'Tablet' },
600: { name: 'Mobile' },
}
render(
<Hello name="Desktop" bps={breakpoints} />,
document.getElementById('root')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment