1.
Custom Element Builder
2.
Packages
3.
Inversion
3.1.
Hexagonal Architecture
3.2.
IOC implementation
3.3.
Hexagonal Testing
4.
Messaging
4.1.
Concepts
4.2.
Messages
4.3.
Gateway
4.4.
Inversion integration
4.5.
Reference Implementation
4.6.
Moleculer Implementation
4.7.
Adapters
5.
Elements
5.1.
ElementBuilder
5.2.
AttributeBuilder
5.3.
FieldBuilder
5.4.
OnBuilder
5.5.
ContentBuilder
5.6.
TemplateBuilder
5.7.
ReferenceBuilder
5.8.
AttributePropagationBuilder
5.9.
PropertyDelegationBuilder
6.
Templating
6.1.
Grey DOM
6.2.
Template literal
7.
Examples
7.1.
TodoMVC
7.2.
ex-greeting
8.
References
Light (default)
Rust
Coal
Navy
Ayu
<ceb/> ~ Custom Element Builder
Examples
Some examples demonstrate the usage of
<ceb/>
features:
TodoMVC
: an implementation of the TodoMVC application
ex-greeting
: a simple Custom Element to display a greeting message