-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use List/ListItem components from mui #20
base: master
Are you sure you want to change the base?
Conversation
Awesome, I'll take a closer look at this soon! |
@@ -4,8 +4,19 @@ import React from 'react'; | |||
import ListItem from './ListItem'; | |||
import ReactCSSTransitionGroup from './TimeoutTransitionGroup'; | |||
import { mergeAndPrefix } from '../utils/stylePropable'; | |||
import { List } from 'material-ui'; |
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.
import List from 'material-ui/lib/lists/list';
We still need to figure out why |
Another issue I forgot to mention is the ListItem on click ripple color needs to be tweaked. |
Good point 👍 , I have made the changes. |
Hey @troutowicz, did you have time to take a look at the I will probably investigate further next week. |
I have not, my schedule has been and will be packed through mid this week. Let me know what your investigations turn up. :) |
Use List/ListItem components from mui.
We have to use my fork of material-ui but as soon as they have fixed the issue with the utils/extends, we will switch again ;).
Fix #18