kobweb
kobweb copied to clipboard
A modern framework for full stack web apps in Kotlin, built upon Compose HTML
We expose this feature, but we rarely test it. We should make sure you can actually... 1. set the value to something (e.g. `jsTargetName="asdf"`) 2. update the .kobweb/conf.yaml file 3....
After Compose 1.4.1, JB changed where the development executable ended up, from "build/developmentExecutable" to "build/js/developmentExecutable". In order not to totally screw our users over who migrate up, we have some...
We don't need parity, but we should reference https://chakra-ui.com/docs/components/icon for inspiration
It would be awesome to have a section in the Readme that helps beginners with frequent problems like if you run the command `kobweb run` and you get the following...
Hey there! I have been testing Kobweb in order to migrate my full stack project running in production. It was built with a custom framework, and uses Ktor. I really...
Right now you can only use markdown to create pages, but I found a few places where I would have liked to use them for sections in a page (for...
"There are some scripts, such as bootstrap popper, that need to be added to the body, not the head. Where would this be added?" Right now, in your project's build...
See also: https://piccalil.li/quick-tip/use-transparent-borders-and-outlines-to-assist-with-high-contrast-mode/
Compose HTML has a bunch of stylepropertyenum implementations that are missing global values, so I guess we have to port them over into `compose-html-ext`... Also, we should change `FlexWrap.Nowrap` to...
Right now, markdown handlers work by returning strings. This works in easy cases but gets ugly in complex situations, where you have to manage indents and newlines yourself. Look at...