aboutsummaryrefslogtreecommitdiff
path: root/Module.md
diff options
context:
space:
mode:
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).