kobweb
kobweb copied to clipboard
A modern framework for full stack web apps in Kotlin, built upon Compose HTML
Thanks a ton to a user on my discord: ``` Whenever you pass in a modifier directly to a composable, like ParentComposable(text: String) { ChildComposable( Modifier... ) } I've noticed...
In order to avoid everyone creating one off bugs for the same package manager, this bug will act as a home to collect all such requests received so far. (Of...
See also: https://developer.android.com/reference/kotlin/androidx/compose/foundation/layout/Arrangement#spacedBy(androidx.compose.ui.unit.Dp,androidx.compose.ui.Alignment.Horizontal) How would this get done in an html world?
Like Font Awesome icons, we could publish a library with Material Design icons. See also: * https://fonts.google.com/icons?selected=Material+Icons+Round * https://materialdesignicons.com/ Marking this as good first issue since it's (hopefully) somewhat straightforward...
If you need more than four columns, please leave an emoji reaction on this bug. Also feel free to leave a comment saying how many columns you wish were supported...
Right now, Kobweb is opinionated about paths -- it only lets you navigate to "clean URL" paths (which may or may not have anything to do with how html is...
Compose, being a savvy API, specifies things as start to end, while HTML / CSS specifies left to right. Since I'm smashing both APIs together, this can end up with...
Perhaps an option to the `@Page()` annotation? Or maybe an annotation on its own so you can configure rules that match against a large area, like "don't export anything under...
Marked as milestone 1.1. May do sooner than that, but it's not urgent.
e.g. `kobweb version --verbose` can also report what git version it detects, while `kobweb create --verbose` and `kobweb list --verbose` could print git output to the terminal Thanks @tscholze for...