Suirwik Components

Semantic UI React Wrapper written in Kotlin

Лицензия

Лицензия

Группа

Группа

io.github.micheljung
Идентификатор

Идентификатор

suirwik
Последняя версия

Последняя версия

0.26
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

Suirwik Components
Semantic UI React Wrapper written in Kotlin
Ссылка на сайт

Ссылка на сайт

https://github.com/micheljung/suirwik
Система контроля версий

Система контроля версий

https://github.com/micheljung/suirwik

Скачать suirwik

Имя Файла Размер
suirwik-0.26.pom
suirwik-0.26-javadoc.jar 1 MB
Обзор

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.4.20
org.jetbrains » kotlin-react jar 17.0.0-pre.129-kotlin-1.4.20
org.jetbrains » kotlin-react-dom jar 17.0.0-pre.129-kotlin-1.4.20

Модули Проекта

Данный проект не имеет модулей.

Kotlin JS wrapper for Semantic UI

Kotlin wrapper library to use Semantic UI React in Kotlin JS project.

Inspired by Muirwik and forked from semantic-ui-kotlin-wrapper

This is Proof of Concept. Be careful using it. Feel free to submit tickets or pull requests.

Usage

  • Build

    • by gradle build
    • Add jar file to your project
  • OR use maven

  • Add semantic ui react npm package, usually that means add "semantic-ui-react": "^0.82.1" to package.json

  • Try somthing like

class LoginComponent : RComponent<RProps, RState>() {
    override fun RBuilder.render() {
        Button {
            attrs {
                fluid = true
                color = "teal"
                size = "large"
            }
            +"Login"
        }
    }
}

Версии библиотеки

Версия
0.26