@launchscout/wc-context
v1.0.1
Published
Fork of original wc-context to export a couple things
Downloads
3
Readme
wc-context
A comprehensive context implementation for web components
Features
✓ Small and fast. No Internet Explorer support ✓ Flexible ways to define context providers and consumers ✓ Ability to provide or consume one or more contexts per element ✓ Context can be provided or consumed by any HTML element ✓ Context can be identified by string or unique identifier ✓ Works with shadow dom and slotted content (handles timing issues) ✓ Easy to implement unit tests. Most of the time, same as components without context ✓ Builtin integration with LitElement ✓ Builtin ContextProvider (Reactive Controller) with primitives for lazy loading ✓ Builtin context-provider and context-consumer elements ✓ Conforms with the Context protocol ✓ Full code coverage
Live example
- Lit integration: Shadow DOM /
Usage
Check the documentation https://blikblum.github.io/wc-context/
License
MIT Copyright © 2023 Luiz Américo Pereira Câmara aka blikblum