Theming
Adding a custom CSS file to your application
object App : ApplicationBase {
override fun start(state: Map<String, Any>) {
// ...
}
override fun dispose(): Map<String, Any> {
// ...
}
val css1 = require("css/kvapp.css")
val css2 = require("css/other.css")
}Replacing Bootstrap CSS with a custom one
Using free themes from Bootswatch
Using KVision without Bootstrap
Last updated