Kunafa icon indicating copy to clipboard operation
Kunafa copied to clipboard

Easy to use, high level framework in Kotlin for front-end web-development

Results 9 Kunafa issues
Sort by recently updated
recently updated
newest added

A solution might be to check if kunafa style is mounted or call it lazily otherwise.

Is a bit shameful that modern framework writtern in high level language like Kotlin doesn't support compilation directly to wasm like C# Blazor does. Please fix this misapprehension.

Adding support for SVGElement in addition to the existing support for HTMLElement

I had trouble integrating kunafa into a build.gradle.kts (kotlin based) build using the examples in the docs, but managed to come up with the following: plugins { id("kotlin2js") } dependencies...

Given ```kotlin horizontalLayout { style { height = 400.px width = 400.px justifyContent = JustifyContent.Center } verticalLayout { style { width = matchParent maxWidth = 280.px height = 200.px backgroundColor...

Is it production ready? and is it still actively developed?

## Summary This pull request adds two new methods to the `View` class to improve lifecycle observer management: 1. **`unbind(lifecycleObserver: LifecycleObserver)`** - Allows removing a specific `LifecycleObserver` from a `View`....