Heya, what do you mean by standard web components? It would help if you gave some examples! technically you can do (almost?) anything in Kotlin anything you can do in JS as its interoperable, however some frameworks are not supported out of the box.
I would take a look at compose for web (WasmJS) or compose html (kotlin for JS) if you want an easy to understand framework to create reactive components.
But KotlinJS also has a
nice type-safe html dsl .
Another good resource in general is:
https://klibs.io
(Also 😉 :
https://stackoverflow.com/help/how-to-ask)