diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-02-27 10:21:00 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-02-27 10:21:00 +0100 |
commit | 8876f49af237084a8c5e90133bfb817ef1880b11 (patch) | |
tree | fd73638ee6597a4a95e1b4d293799694e7e14ce8 | |
parent | 4792e81070aa2bed027720875e3c2ea7462f282b (diff) | |
download | kvision-8876f49af237084a8c5e90133bfb817ef1880b11.tar.gz kvision-8876f49af237084a8c5e90133bfb817ef1880b11.tar.bz2 kvision-8876f49af237084a8c5e90133bfb817ef1880b11.zip |
Updated README.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ This design is quite similar to many non-web UI programming libraries including - 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. +- Easy to use Drag & Drop support. - Ready to explore [KVision examples](https://github.com/rjaros/kvision-examples) are available, built with [Gradle](https://gradle.org/) and supporting Webpack's [Hot Module Replacement (HMR)](https://webpack.js.org/concepts/hot-module-replacement/) and [Kotlin JavaScript DCE (dead code elimination)](https://kotlinlang.org/docs/reference/javascript-dce.html). |