Robert Jaros

Results 109 comments of Robert Jaros

Material Design support is on my long TODO list. But I'm unable to say when it will be done. In the meantime you can use Materia theme from Bootswatch https://kvision.gitbook.io/kvision-guide/part-1-fundamentals/themes#using-free-themes-from-bootswatch

This is surely not the full implementation, but Onsen UI library supports large part of the Material Design look and feel. If someone wants to create mobile applications this is...

Implementing support for such UI library is a huge work. See https://github.com/rjaros/kvision/issues/126#issuecomment-574276541. I can't even imagine supporting a few such libraries in KVision on my own. I'm still happy with...

See my answer for similar request: #95. TLDR: creating Kotlin bindings for a complex JS library is a huge job - contributions are welcomed.

See my answer for similar request: #95. TLDR: creating Kotlin bindings for a complex JS library is a huge job - contributions are welcomed.

You can't use different styles for tabulator component at the moment, because the css is always included by the module. Css module could be separated in the future, but not...

I'm not sure where do you see these roles? Minimize and maximize buttons are just copies of the close button with some css properties overwritten and added different icons. ![buttons](https://user-images.githubusercontent.com/5646804/170863054-d5bb2ce3-e449-4f12-ae6e-96efc8f70fce.png)

This is a bit problematic at the moment because this label position is defined in Bootstrap css. But I've just checked at Bootstrap 5.2.0-beta and they added `form-check-reverse` modifier to...

I've added new `reversed` and `labelFirst` properties in KVision 5.14.0. `labelFirst` works with horizontal form layouts.