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 Menus #2785

Merged
merged 1 commit into from
Jan 8, 2016

Conversation

Zadielerick
Copy link
Contributor

No description provided.

@oliviertassinari
Copy link
Member

@Zadielerick Wow, you are unstoppable 😄

@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation PR: Needs Review labels Jan 4, 2016

const arrow = (
<ArrowDropRight />
);
Copy link
Member

Choose a reason for hiding this comment

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

We can leave the <ArrowDropRight /> component here or move it to the render function.
I don't know what's best. There is no performance implication either way.
@alitaheri Though?

@Zadielerick Zadielerick force-pushed the menusDocsUpdate branch 2 times, most recently from 609f6da to bbeac09 Compare January 4, 2016 21:44
autoWidth: React.PropTypes.bool,

/**
*
Copy link
Member

Choose a reason for hiding this comment

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

One last missing

@@ -17,27 +17,80 @@ const nestedMenuStyle = {
const MenuItem = React.createClass({

propTypes: {
/**
* If true, a left check mark will be rendered
Copy link
Member

Choose a reason for hiding this comment

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

.

@oliviertassinari oliviertassinari added 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 6, 2016
@Zadielerick Zadielerick force-pushed the menusDocsUpdate branch 3 times, most recently from 03d474b to 4bb285f Compare January 6, 2016 17:38
<MenuExampleNested />
</CodeExample>
<PropTypeDescription code={menuCode}/>
<PropTypeDescription code={menuItemCode}/>
Copy link
Member

Choose a reason for hiding this comment

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

Can we add a header="### MenuItem Properties"?

@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 8, 2016
oliviertassinari added a commit that referenced this pull request Jan 8, 2016
[Docs] Update Documentation for Menus
@oliviertassinari oliviertassinari merged commit 2131a33 into mui:master Jan 8, 2016
@Zadielerick Zadielerick deleted the menusDocsUpdate branch January 8, 2016 14:39
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