It's possible to use <RingUi> with kobweb ? What ...
# kobweb
u
It's possible to use RingUi with kobweb ? What is the approach to adopt? If someone can guide me? I would like to try to implement it
r
These are React components. While they can probably be used in any Kotlin/JS project, including Kobweb, I doubt it's worth the effort required.
u
😓
r
You would have to integrate Kobweb with React (I've done something like that for KVision so it's possible). And you would have to create Kotlin bindings for all components you would like to use.
u
Would it have been simpler with simple css components?
r
Yes, but of course simple css components probably don't offer comparable functionality.
👍 1
d
Thank you Robert for the excellent answer
@אליהו הדס we do have a plan to extensively extend the Silk UI set this year. (You can review the Silk section in our roadmap document ). Also, I haven't checked it recently, but one of our users published Kotlin Bootstrap which exposes a lot of UI elements today that you can use in a Kobweb project.
K 1