Skip to content

Instantly share code, notes, and snippets.

@kireerik
Created March 3, 2018 00:43
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 kireerik/28059ae936cdebb3c5f6db4344b9991e to your computer and use it in GitHub Desktop.
Save kireerik/28059ae936cdebb3c5f6db4344b9991e to your computer and use it in GitHub Desktop.
Material-UI: Get started (Fast!) ⚡ React 16+
import styled from 'styled-components'
const Div = styled.div`
text-align: center;
`
export const Main = () => <Div></Div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment