From 70d2f14d4a34f841a3161482eec5d355cbd755f6 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 4 Feb 2018 21:49:23 +0100 Subject: Refactoring packages layout --- Module.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Module.md') 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). -- cgit