aboutsummaryrefslogtreecommitdiff
path: root/Module.md
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-02-04 21:49:23 +0100
committerRobert Jaros <rjaros@finn.pl>2018-02-04 21:49:23 +0100
commit70d2f14d4a34f841a3161482eec5d355cbd755f6 (patch)
tree847cb461a2f261f6f2b3a6b0ebbc6918f1da0467 /Module.md
parent9665fe692681bc958e55d00cc0d0b238b7aee694 (diff)
downloadkvision-70d2f14d4a34f841a3161482eec5d355cbd755f6.tar.gz
kvision-70d2f14d4a34f841a3161482eec5d355cbd755f6.tar.bz2
kvision-70d2f14d4a34f841a3161482eec5d355cbd755f6.zip
Refactoring packages layout
Diffstat (limited to 'Module.md')
-rw-r--r--Module.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/Module.md b/Module.md
index 753c7fbe..46218b1c 100644
--- a/Module.md
+++ b/Module.md
@@ -2,6 +2,11 @@
KVision - object oriented Web UI framework for Kotlin/JS.
-# Package pl.treksoft.kvision
+# Package pl.treksoft.kvision.core
-Base interfaces, classes and functions declarations necessary to develop KVision applications.
+KVision core classes. This includes base interfaces for all components, basic CSS enums (for colors, borders
+and backgrounds) and the main Widget class.
+
+# Package pl.treksoft.kvision.hmr
+
+Helper interfaces and classes necessary to develop applications supporting Hot Module Replacement (HMR).