kotlin-material-ui
kotlin-material-ui copied to clipboard
Kotlin Wrapper Library of Material-UI
Examples in `/sample` of how to use `makeStyles` and `withStyles` on mui components would be very helpful. Thank you for an awesome libary!
Switch element exposes input properties as ` INPUT.() -> Unit`, while TextField exposes them as `InputElementBuilder.() -> Unit`. The resulting code looks different for different elements which does not look...
Without it it does no seem to be possible to use https://material-ui.com/components/tree-view/.
can you publish your repo to npm so it can work also with projects created with Create-kotlin-react-app