Skip to content

Commit

Permalink
Documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Apr 1, 2018
1 parent ee6e64a commit 16ccb8e
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ 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

Base component and container class with data binding support for observable data model.

# Package pl.treksoft.kvision.dropdown

Bootstrap dropdown component.
Bootstrap dropdown component with support for navigation bars and context menus.

# Package pl.treksoft.kvision.form

Expand All @@ -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

Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 16ccb8e

Please sign in to comment.