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

[Snackbar] Implement the component on the next branch #7059

Merged
merged 1 commit into from Jun 6, 2017
Merged

[Snackbar] Implement the component on the next branch #7059

merged 1 commit into from Jun 6, 2017

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Jun 5, 2017

Used @josulliv101 PR as a starting point.

Closes #6913
Closes #6835
Closes #6269
Closes #5218
Closes #3860
Closes #3186
Closes #2835
Closes #2826

juin-05-2017 21-56-39

  • PR has tests / docs demo, and is linted.
  • Commit and PR titles begin with [ComponentName], and are in imperative form: "[Component] Fix leaky abstraction".
  • Description explains the issue / use-case resolved, and auto-closes the related issue(s) (http://tr.im/vFqem).
  • Handle accessibility

@oliviertassinari oliviertassinari added component: snackbar This is the name of the generic UI component, not the React module! next labels Jun 5, 2017
@@ -128,6 +127,10 @@ IconButton.propTypes = {
*/
className: PropTypes.string,
/**
* Determines the color of the `IconButton`.
*/
color: PropTypes.oneOf(['inherit']),
Copy link
Member Author

Choose a reason for hiding this comment

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

I feel like this pattern is better and plan on migrating the whole code base.

@mbrookes
Copy link
Member

mbrookes commented Jun 5, 2017

@oliviertassinari Looks great! Do you plan to add tests before merging?

@oliviertassinari
Copy link
Member Author

@mbrookes Yeah, I do. Just an early PR to run the CI.

@oliviertassinari oliviertassinari merged commit 04bd271 into mui:next Jun 6, 2017
@oliviertassinari oliviertassinari deleted the snackbar branch June 6, 2017 15:11
@abarisic86
Copy link

abarisic86 commented Jun 12, 2017

Is this available inside npm package material-ui@next? @oliviertassinari
EDIT: issue on my end, locked package on earlier version

@oliviertassinari
Copy link
Member Author

@abarisic86 Yes, it's.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: snackbar This is the name of the generic UI component, not the React module! new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants