Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/subroh0508/kotlin-material-ui
- Owner: subroh0508
- License: mit
- Archived: true
- Created: 2019-01-27T10:40:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T16:04:29.000Z (about 2 years ago)
- Last Synced: 2024-07-07T09:34:08.048Z (6 months ago)
- Language: Kotlin
- Homepage:
- Size: 1.12 MB
- Stars: 75
- Watchers: 10
- Forks: 24
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin-multiplatform - kotlin-material-ui - Kotlin Wrapper Library of Material-UI (Libraries / GUI)
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-UICore: [ ![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).