Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 633 Bytes

File metadata and controls

24 lines (16 loc) · 633 Bytes

Material UI & Glass UI with Kotlin/JS

Material UI design using Kotlin/JS and React-DOM and MUI wrapper

Glass UI design using Kotlin/JS and React-DOM

Launching the specific UI

Inside Client.kt

  • use MaterialApp.create() for Material UI
  • Use GlassAppMain.create() for Glassmorphic UI

Libraries Uses

  • kotlin-emotion for CSS
  • kotlin-react
  • kotlin-react-dom
  • kotlin-coroutines
  • kotlinx-serialization-json
  • kotlin-react-mui