Skip to content
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

Merged
merged 1 commit into from
Jan 6, 2016

Conversation

Zadielerick
Copy link
Contributor

No description provided.

import React from 'react';
import Paper from 'material-ui/lib/paper';

let style = {
Copy link
Member

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 😁.

textAlign: 'center',
display: 'inline-block',
},
p: {
Copy link
Member

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.

Copy link
Contributor Author

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I agree 👍

@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation PR: Needs Review PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI and removed PR: Needs Review labels Jan 5, 2016
const style = {
height: 100,
width: 100,
marginLeft: 40,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about margin: 20 instead to fix (small screen)
capture d ecran 2016-01-06 a 16 44 30

const style = {
height: 100,
width: 100,
marginLeft: 20,
Copy link
Member

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 😁

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh.. sorry

@oliviertassinari oliviertassinari added PR: Review Accepted and removed PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI labels Jan 6, 2016
oliviertassinari added a commit that referenced this pull request Jan 6, 2016
[Docs] Update Documentation for Paper
@oliviertassinari oliviertassinari merged commit 6bb6f19 into mui:master Jan 6, 2016
@oliviertassinari
Copy link
Member

@Zadielerick One more 🎉!

@Zadielerick Zadielerick deleted the paperDocsUpdate branch January 6, 2016 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants