aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2020-04-20 00:29:06 +0200
committerRobert Jaros <rjaros@finn.pl>2020-04-20 00:29:06 +0200
commitca5cbc6792a19d809a1cf84b5b27a6ae6e0bd829 (patch)
tree3f54e1806638ed31d476ecd293f2000cd6eceff3
parent62fcedceab457c06aac75caf873d4095200db3f8 (diff)
downloadkvision-ca5cbc6792a19d809a1cf84b5b27a6ae6e0bd829.tar.gz
kvision-ca5cbc6792a19d809a1cf84b5b27a6ae6e0bd829.tar.bz2
kvision-ca5cbc6792a19d809a1cf84b5b27a6ae6e0bd829.zip
Updated README
-rw-r--r--Module.md4
-rw-r--r--README.md7
2 files changed, 9 insertions, 2 deletions
diff --git a/Module.md b/Module.md
index ebad0502..f5d160d8 100644
--- a/Module.md
+++ b/Module.md
@@ -154,6 +154,10 @@ Simple and easy to use JavaScript router wrapper.
Clasess supporting HTML tables.
+# Package pl.treksoft.kvision.toast
+
+The toast component.
+
# Package pl.treksoft.kvision.toolbar
Toolbar and button group components.
diff --git a/README.md b/README.md
index 9ed9ba13..767fc66f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,8 @@ which are used as a builder blocks for the application GUI.
KVision's design is quite similar to many non-web UI programming libraries including Swing, JavaFX, QT, WinForms and Flutter.
-KVision contains innovative connectivity interface for [Ktor](https://ktor.io/), [Jooby](https://jooby.io), [Spring Boot](https://spring.io/projects/spring-boot) and [Javalin](https://javalin.io) frameworks on the server side, which
+KVision contains innovative connectivity interface for [Ktor](https://ktor.io/), [Jooby](https://jooby.io), [Spring Boot](https://spring.io/projects/spring-boot),
+[Javalin](https://javalin.io) and [Vert.x](https://vertx.io) frameworks on the server side, which
allows to build fullstack applications with shared common code.
**KVision is being actively developed. Please create an issue for any bugs or feature requests.**
@@ -45,6 +46,7 @@ allows to build fullstack applications with shared common code.
- [Moment.js](https://momentjs.com/)
- [Pace](https://github.hubspot.com/pace/docs/welcome/)
- [Leaflet](https://leafletjs.com/)
+ - [Toastr](https://codeseven.github.io/toastr/)
- 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.
@@ -53,7 +55,8 @@ allows to build fullstack applications with shared common code.
- Easy to use Drag & Drop support.
- Type-safe REST connectivity.
- Support for event Flows.
-- Innovative integration interface for [Ktor](https://ktor.io), [Jooby](https://jooby.io), [Spring Boot](https://spring.io/projects/spring-boot) and [Javalin](https://javalin.io) frameworks on the server side,
+- Innovative integration interface for [Ktor](https://ktor.io), [Jooby](https://jooby.io), [Spring Boot](https://spring.io/projects/spring-boot),
+ [Javalin](https://javalin.io) and [Vert.x](https://vertx.io) frameworks on the server side,
including support for type-safe websockets connections.
- Support for building hybrid mobile applications with [Apache Cordova](https://cordova.apache.org/).
- Support for building cross-platform, desktop applications with [Electron](https://electronjs.org).