aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-02-27 10:21:00 +0100
committerRobert Jaros <rjaros@finn.pl>2018-02-27 10:21:00 +0100
commit8876f49af237084a8c5e90133bfb817ef1880b11 (patch)
treefd73638ee6597a4a95e1b4d293799694e7e14ce8 /README.md
parent4792e81070aa2bed027720875e3c2ea7462f282b (diff)
downloadkvision-8876f49af237084a8c5e90133bfb817ef1880b11.tar.gz
kvision-8876f49af237084a8c5e90133bfb817ef1880b11.tar.bz2
kvision-8876f49af237084a8c5e90133bfb817ef1880b11.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5bcff07e..604eab07 100644
--- a/README.md
+++ b/README.md
@@ -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).