diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-04-02 01:13:48 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-04-02 01:13:48 +0200 |
commit | 16ccb8ea1f886918965564c99433684545aa1676 (patch) | |
tree | 85f8442407c900e1efbaf28602b5a125b80faf28 /Module.md | |
parent | ee6e64a7f9a8ad31684d94ee78e51ddb22bc2cf0 (diff) | |
download | kvision-16ccb8ea1f886918965564c99433684545aa1676.tar.gz kvision-16ccb8ea1f886918965564c99433684545aa1676.tar.bz2 kvision-16ccb8ea1f886918965564c99433684545aa1676.zip |
Documentation update.
Diffstat (limited to 'Module.md')
-rw-r--r-- | Module.md | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -4,8 +4,8 @@ KVision - object oriented Web UI framework for Kotlin/JS. # Package pl.treksoft.kvision.core -KVision core classes. This includes base interfaces for all components, basic CSS enums (for colors, borders -and backgrounds) and the main Widget class. +KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders, +backgrounds, fonts, text and position) and the main Widget class. # Package pl.treksoft.kvision.data @@ -13,7 +13,7 @@ Base component and container class with data binding support for observable data # Package pl.treksoft.kvision.dropdown -Bootstrap dropdown component. +Bootstrap dropdown component with support for navigation bars and context menus. # Package pl.treksoft.kvision.form @@ -40,13 +40,18 @@ Text input components, with password, text area and rich text area support. Full-featured date and time input components. +# Package pl.treksoft.kvision.form.upload + +Full-featured file upload component with drag & drop, preview and AJAX upload mode. + # Package pl.treksoft.kvision.hmr Helper interfaces and classes necessary to develop applications supporting Hot Module Replacement (HMR). # Package pl.treksoft.kvision.html -Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links and lists. +Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links, lists and iframe. +Support for Handlebars.js templates is included. # Package pl.treksoft.kvision.modal @@ -61,6 +66,10 @@ Bootstrap navbar components. Rich set of container classes, supporting both simple use cases and sophisticated layouts (including CSS flexbox, CSS grid and Bootstrap responsive 12 columns gid). +# Package pl.treksoft.kvision.progress + +Bootstrap progress bar component. + # Package pl.treksoft.kvision.routing Simple and easy to use JavaScript router wrapper. @@ -69,6 +78,10 @@ Simple and easy to use JavaScript router wrapper. Clasess supporting HTML tables. +# Package pl.treksoft.kvision.toolbar + +Toolbar and button group components. + # Package pl.treksoft.kvision.utils Interfaces and helper functions for Snabbdom virtual dom implementation and a few useful extension functions. |