-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Update Documentation for Paper #2797
Conversation
024de95
to
1a81b18
Compare
import React from 'react'; | ||
import Paper from 'material-ui/lib/paper'; | ||
|
||
let style = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const
.
I plan to enforce the eslint prefer-const
, that will help 😁.
1a81b18
to
916aebf
Compare
textAlign: 'center', | ||
display: 'inline-block', | ||
}, | ||
p: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we need this <p>
component, that make the examples less simple.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be better to not say anything inside the papers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I agree 👍
916aebf
to
9a9f37b
Compare
9a9f37b
to
5f9f6e0
Compare
const style = { | ||
height: 100, | ||
width: 100, | ||
marginLeft: 40, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5f9f6e0
to
2546d1f
Compare
const style = { | ||
height: 100, | ||
width: 100, | ||
marginLeft: 20, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not marginLeft
, margin
, so that the paper
elements are not too close when they go to the next line 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh.. sorry
2546d1f
to
12bc19a
Compare
[Docs] Update Documentation for Paper
@Zadielerick One more 🎉! |
No description provided.