Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ has_children: false
---
# KHTMX

This repository contains libraries which make using HTMX within Kotlin better.
This [repository](https://github.com/wakingrufus/khtmx) contains libraries which make using HTMX within Kotlin better.

## KHTMX DSL
KHTMX DSL is a multi-platform Kotlin DSL which extends the kotlinx HTML DSL to support HTMX. See the full [Documentation](dsl.md) for more information.

## KHTMX Spring

khtmx-spring provides a DSL for Spring Boot which allows a seamless integration between Spring Boot routes and HTMX pages and templates. See [KHTMX Spring](spring.md) for more information.

## Examples
These projects are examples of how these libraries can be used.

- [elo-web](https://github.com/wakingrufus/elo-web)
- [spring-ai-ui](https://github.com/jamesward/spring-ai-ui)