Overview
Muirwik is a Material UI React wrapper written in Kotlin. It has two versions, one for Material UI 4 and another for Material UI 5. However, there are plans to retire Muirwik due to the rapid updates and changes in the Kotlin wrappers and Material UI project. Instead, a better supported and faster developed version called kotlin-mui is recommended.
Features
- Material UI React wrapper written in Kotlin
- Supports both Material UI 4 and Material UI 5
- Introduces new types and enforces required props for type safety
Installation
To install Muirwik, follow these steps:
- Add the Muirwik dependency to your project’s
build.gradlefile:
dependencies {
implementation 'com.github.muirwik:muir:0.10.1'
}
Sync your project with the updated build.gradle file.
Once the dependency has been added, you can start using Muirwik in your code.
Summary
Muirwik is a Material UI React wrapper written in Kotlin. It provides an alternative way to work with Material UI components in a Kotlin project. However, due to the rapid updates in the Kotlin wrappers and Material UI project, Muirwik is likely to be retired. The recommended alternative is the kotlin-mui wrapper, which is better supported and faster developed. It is important to consider the future compatibility and support when choosing between Muirwik and kotlin-mui.