diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -26,10 +26,19 @@ allows to build full-stack, multiplatform applications with shared common code. - Type safe DSL builders. - Based on [Bootstrap](https://getbootstrap.com/) styles, typography and components. - Utilizes [Snabbdom](https://github.com/snabbdom/snabbdom) fast virtual DOM implementation. -- Integrates with libraries and components from [Font awesome](https://fontawesome.com/), [Bootstrap Select](https://github.com/silviomoreto/bootstrap-select) (with [AJAX](https://github.com/truckingsim/Ajax-Bootstrap-Select) extension), -[Awesome Bootstrap Checkbox](https://github.com/flatlogic/awesome-bootstrap-checkbox), [Trix editor](https://trix-editor.org/), [Bootstrap Datetime picker](https://github.com/smalot/bootstrap-datetimepicker), -[Bootstrap touchspin](https://github.com/istvan-ujjmeszaros/bootstrap-touchspin), [Bootstrap File Input](http://plugins.krajee.com/file-input), - [Handlebars](http://handlebarsjs.com/), [Chart.js](https://www.chartjs.org/) and [Navigo](https://github.com/krasimir/navigo). +- Integrates with a lot of libraries and components: + - [Font awesome](https://fontawesome.com/) + - [Bootstrap Select](https://github.com/silviomoreto/bootstrap-select) (with [AJAX](https://github.com/truckingsim/Ajax-Bootstrap-Select) extension) + - [Awesome Bootstrap Checkbox](https://github.com/flatlogic/awesome-bootstrap-checkbox) + - [Trix editor](https://trix-editor.org/) + - [Bootstrap Datetime picker](https://github.com/smalot/bootstrap-datetimepicker) + - [Bootstrap touchspin](https://github.com/istvan-ujjmeszaros/bootstrap-touchspin) + - [Bootstrap File Input](http://plugins.krajee.com/file-input) + - [Handlebars](http://handlebarsjs.com/) + - [Chart.js](https://www.chartjs.org/) + - [Redux](https://redux.js.org/) + - [Navigo](https://github.com/krasimir/navigo) + - 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. - Data binding support for [observable](https://github.com/rjaros/kotlin-observable-js) data model. |