Files
kotlin-komponent/readme.md
rnentjes 66b4633e6b
Some checks failed
Gradle CI / build (push) Has been cancelled
Update README to reflect version 1.2.7 release on Maven Central
2025-05-30 12:26:37 +02:00

14 lines
625 B
Markdown

# Komponent
![Gradle CI](https://github.com/rnentjes/komponent/workflows/Gradle%20CI/badge.svg)
Very simple helper to build single page apps with the Kotlin javascript target using static html builders.
See the komp-todo repository for a basic example here: [komp-todo](https://github.com/rnentjes/komp-todo)
For a more complete example take a look at the simple-password-manager repository: [simple-password-manager](https://github.com/rnentjes/simple-password-manager)
Available on maven central: "nl.astraeus:kotlin-komponent-js:1.2.7"
Some getting started documentation can be found [here](docs/getting-started.md)