Elemento
Builder API and other goodies for Elemental2
Install / Use
/learn @hal/ElementoREADME
Elemento
Elemento simplifies working with Elemental2. In a nutshell, Elemento brings the following features to the table:
- Type safe builders, event handlers and CSS selectors
- Helper methods to manipulate the DOM tree
- Simple, non-invasive, slash-based router with support for parameters and asynchronous loaders (
/a/:b/c) - Execute asynchronous tasks in parallel, in sequence, or as long as a certain condition is met.
- Thin logging wrapper around
console.logusing categories, log levels, and a predefined log format. - Support of the Intl JavaScript API
- Ready to be used with GWT and J2CL
- Minimal dependencies
- Elemental2 (
elemental2-core,elemental2-domandelemental2-webstorage) - GWT (
org.gwtproject.event:gwt-eventandorg.gwtproject.safehtml:gwt-safehtml)
- Elemental2 (
Get Help
If you need help feel free to contact us at Gitter, browse the API documentation or file an issue.
Contributing
If you want to contribute to Elemento, please follow the steps in contribution.
