diff options
Diffstat (limited to 'Module.md')
-rw-r--r-- | Module.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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). |