Package Exports
- hybrids
- hybrids/shim
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hybrids) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Hybrids
Hybrids is a toolkit for creating web components using Custom Elements, Template and Shadow DOM specifications.
The main goal of the library is to create simple and easy to use API. The name is taken from the hybrid architecture, which is one of the core concepts of the project.
Key features
- Component logic decoupled from custom element prototype
- Code encapsulation with flexible public access
- Element's attribute and property mapping with automatic type reflection
- Modular structure extendable by functional plugins
- Injectable helper functions for listen and dispatch events, tree traversing and more
Documentation
Read the Hybrids: The Definitive Guide.