KVision - object oriented Web UI framework for Kotlin/JS.
KVision core classes. This includes base interfaces for all components, basic CSS enums (for colors, borders and backgrounds) and the main Widget class. |
|
Base component and container class with data binding support for observable data model. |
|
Bootstrap dropdown component. |
|
Convenient forms implementation, with support for many different input components and easy to define validation. |
|
Checkbox, radiobutton and radiobutton group components. |
|
Full-featured select component with support for remote (AJAX) data source. |
|
Spinner input component. |
|
Text input components, with password, text area and rich text area support. |
|
Full-featured date and time input components. |
|
Helper interfaces and classes necessary to develop applications supporting Hot Module Replacement (HMR). |
|
Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links and lists. |
|
Classes supporting general purpose Bootstrap modals with convenient helpers for alert and confirm popup dialogs. |
|
Rich set of container classes, supporting both simple use cases and sophisticated layouts (including CSS flexbox, CSS grid and Bootstrap responsive 12 columns gid). |
|
Simple and easy to use JavaScript router wrapper. |
|
Clasess supporting HTML tables. |
|
Interfaces and helper functions for Snabbdom virtual dom implementation and a few useful extension functions. |
|
Floating, resizable window component. |