bs-material-ui
bs-material-ui copied to clipboard
Reason bindings for material-ui
Howdy, I have noticed (the hard way), that the onChange prop doesn't actually take just ReactEventRe.Form.t, but also an int as a second argument, which signifies which Tab was clicked....
You can see on the responsive drawer example that the theme is passed via withStyles. We have no withStyles at the moment and the theme property is required. https://github.com/mui-org/material-ui/blob/v1-beta/docs/src/pages/demos/drawers/ResponsiveDrawer.js#L133 I'm...
When using Material UI, it's common to use `import { withStyles } from 'material-ui/styles';`. How would I go about making a styled component, for example, like the [CheckboxList](https://github.com/mui-org/material-ui/blob/v1-beta/docs/src/pages/demos/lists/CheckboxList.js) in the...
Original material-ui library is really flexible in what props it can apply and doesn't go well with such strictly typed language. Even more, they change their api so quickly right...
currently we have none :cry: