kobweb
kobweb copied to clipboard
A modern framework for full stack web apps in Kotlin, built upon Compose HTML
I create a project with follow up the steps that in github. When I run `kobweb run`, it works normal but when I hit sync button in Intellij, it does...
*Need a proper doc for Video Tag which is used in HTML that plays all types of videos, here we have a Video attr but don't know how to implement*...
See also: https://docs.gradle.org/current/userguide/build_cache.html
For example, should be `Button.hovered` or `Button.hoveredOutline` or `Button.hoveredBorder`? This is an easy one, but we should try to keep the existing properties around for backwards compatibility.
Right now, Kobweb uses Webpack to bundle JS code because, well, this is the automatic solution provided by the JB Compose Plugin. Bun recently took the JS world by storm,...
*Improve SEO and more customization* --- Hi, in next js when can I set different head tags and metadata, title, description etc.... for every page, and if it doesn't define...
Hi! I've been using Kobweb on a project of mine, and have run into some annoyances while creating styles that I think could be solved by a token API similar...
Right now, we hope that users will have their console tab open when something goes wrong, but if they don't check it, it can just look like their page doesn't...
If you use `ComponentStyle` + breakpoints in your Kobweb project, you should get a clean responsive design when you open your page either using mobile or desktop. Instead, if you...
* Libraries should include a "kobweb.json" in their metadata * Libraries should be able to configure their "public" resource folder (like apps) * Libraries should be able to declare a...