kotlin-material-ui icon indicating copy to clipboard operation
kotlin-material-ui copied to clipboard

Kotlin Wrapper Library of Material-UI

Results 15 kotlin-material-ui issues
Sort by recently updated
recently updated
newest added

* Include `kotlin-react-dom-legacy` in dependencies. Fixes #58.

`RDOMBuilder` and `RDOMBuilderImpl` moved from kotlin-react-dom to kotlin-react-dom-legacy in pre.282 wrapper build.

i see there's a branch here for` playground-mui-5.0.0`. i'm curious what the status of a release supporting 5 is. I'm also curious what would need to be changed and if...

Most importantly corrected subroh0508.net.kotlinmaterialui to net.subroh0508.kotlinmaterialui

This PR is work in progress. Related issue: #25

Hi, I am looking to use the date-io project in order to create an adapter for my `DateRangePicker`. However it is no longer updated on bintray, the latest available version...

I've tried ```kotlin +LocalizationProvider { +datePicker { } } ``` with no `attrs` provided to `LocalizationProviderBuilder`, but this throws a (probably unrelated) javascript error `TypeError: n is not a constructor`....

Using the `materialUi.switch` at the same time the `react.router.dom.switch` is used leads to an issue where only one type of switch is expressed. ## How to Reproduce Try using the...

Published lab 0.5.5 artifact seems to contain invalid dependency, if you look at the published module at https://dl.bintray.com/subroh0508/maven/net/subroh0508/kotlinmaterialui/lab/0.5.5/:lab-0.5.5.module you can observe a dependancy to subroh0508.net.kotlinmaterialui ``` ... "dependencies": [ {...

It would be really cool to use css builders in combination with material ui. In order to do this, we can add the kotlin-styled library to the project dependencies. After...