Hi! Is there any kotlin wrapper for react Bootstra...
# react
b
Hi! Is there any kotlin wrapper for react Bootstrap or RingUI? Or I have to do everything myself?
👍 1
u
as of RingUI - have you checked this particular project - https://github.com/Logrally/kotlin-react-ring-ui Have never used it though
b
Thanks for reply. As I see latest changes was made 2 years ago :-(
😞 1
b
it won’t help you now, but I am currently working on bootstrap for kotlin-react: https://github.com/bjoernmayer/kotlin-react-bootstrap
👍 2
b
@Björn Mayer it looks promising! I'm waiting for few component as examples, to help you in development.
b
That’d be awesome! I’ll ping you here, as soon as I have a few more components 🙂
🙂 2
p
Excellent - that's exactly what I'm looking for. Not knowing Javascript or Typescript but knowing Kotlin made me think I could write a UI in Kotlin, but I'm getting really stuck on trying to get the basics like DropdownMenu converted to Kotlin.
e
Here are a bunch of Bootstrap components. I've only actually used some of them but they all compile and I've been having a good experience with them: https://github.com/epabst/kotlin-showcase/tree/master/src/jsMain/kotlin/bootstrap. They are not a library, so feel free to copy them wherever.
106 Views