Created
March 3, 2018 00:43
-
-
Save kireerik/28059ae936cdebb3c5f6db4344b9991e to your computer and use it in GitHub Desktop.
Material-UI: Get started (Fast!) ⚡ React 16+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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