Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 527 Bytes

module.md

File metadata and controls

27 lines (14 loc) · 527 Bytes

Module kHTML

Super light-weight HTML5 DSL written in pure Kotlin!

Sub heading

more stuff to know

Package elements

The heart of kHTML, containing kotlin class equivalents of common HTML elements.

another heading

do this and that

Package builders

Helper methods that make it easy to create new elements, and add them as children to parent elements.

Package connectors

Helper methods that make connecting elements more idiomatic.

Package util

Utility types and functions that make using kHTML easier.