Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subroh0508/kotlin-material-ui

[UNMAINTAINED] Kotlin Wrapper Library of Material-UI
https://github.com/subroh0508/kotlin-material-ui

Last synced: 2 months ago
JSON representation

[UNMAINTAINED] Kotlin Wrapper Library of Material-UI

Awesome Lists containing this project

README

        

⚠️️ This repository is UNMAINTAINED. I recommend using [kotlin-mui](https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-mui) by JetBrains instead. ⚠️

# kotlin-material-ui
Kotlin Wrapper Library of Material-UI

Core: [ ![Download](https://api.bintray.com/packages/subroh0508/maven/Kotlin-Material-UI/images/download.svg) ](https://bintray.com/subroh0508/maven/Kotlin-Material-UI/_latestVersion)

Lab: [ ![Download](https://api.bintray.com/packages/subroh0508/maven/Kotlin-Material-UI-Lab/images/download.svg) ](https://bintray.com/subroh0508/maven/Kotlin-Material-UI-Lab/_latestVersion)

## Installation

```
repositories {
jcenter()
// or maven { url 'https://dl.bintray.com/subroh0508/maven' }
}

dependencies {
implementation "net.subroh0508.kotlinmaterialui:core:${version}"
implementation "net.subroh0508.kotlinmaterialui:lab:${version}"
}
```

## License

This project is licensed under the terms of the
[MIT license](/LICENSE).