diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:16:28 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:16:28 +0100 |
commit | 99884730100bc6c5afd04b52a8cc3ba541f32f39 (patch) | |
tree | c33b68c98155b56d318ac715ea381d49a932f318 | |
parent | c1b79ad6549ce8dc3a2398fa1e4a8b34b09eecea (diff) | |
download | kvision-99884730100bc6c5afd04b52a8cc3ba541f32f39.tar.gz kvision-99884730100bc6c5afd04b52a8cc3ba541f32f39.tar.bz2 kvision-99884730100bc6c5afd04b52a8cc3ba541f32f39.zip |
Updated README.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ allows to build full-stack, multiplatform applications with shared common code. - Integrates with libraries and components from [Font awesome](https://fontawesome.com/), [Bootstrap Select](https://github.com/silviomoreto/bootstrap-select) (with [AJAX](https://github.com/truckingsim/Ajax-Bootstrap-Select) extension), [Awesome Bootstrap Checkbox](https://github.com/flatlogic/awesome-bootstrap-checkbox), [Trix editor](https://trix-editor.org/), [Bootstrap Datetime picker](https://github.com/smalot/bootstrap-datetimepicker), [Bootstrap touchspin](https://github.com/istvan-ujjmeszaros/bootstrap-touchspin), [Bootstrap File Input](http://plugins.krajee.com/file-input), - [Handlebars](http://handlebarsjs.com/) and [Navigo](https://github.com/krasimir/navigo). + [Handlebars](http://handlebarsjs.com/), [Chart.js](https://www.chartjs.org/) and [Navigo](https://github.com/krasimir/navigo). - Includes sophisticated layout containers, including CSS flexbox, CSS grid and Bootstrap responsive 12 columns grid. - Includes convenient forms implementation, with support for many different input components and easy to use validation. - Data binding support for [observable](https://github.com/rjaros/kotlin-observable-js) data model. |