Are there existing wrapper for jetbrains ring ui? ...
# compose-web
s
Are there existing wrapper for jetbrains ring ui? If not are there are any plans
a
Ring-UI is based on react. It does not have anything to do with Compose. It is a question for #javascript
s
@altavir isn't compose web based on kotlin/javascript
a
It is not compatible with React
s
humm
a
@Foso thanks for the link. Bu still it is about ebedding, not about wraping react components. The answer about kotlin-react wrappers is no. There is not official wrapping library for ring-ui. There is an issue: https://github.com/JetBrains/kotlin-wrappers/issues/97. I am doing my own wrappers based on what @Ilya Goncharov [JB] did some time ago: https://github.com/mipt-npm/visionforge/tree/dev/ui/ring/src/main/kotlin/ringui. I am willing to move it to a separate project if somebody wants to co-maintain it.
👍 2