Appearance
Getting Started
Install
sh
yarn add wc-contextyarn add wc-contextsh
npm install wc-contextnpm install wc-contextUsage
Check the documentation on how to identify a context and how to provide / consume it using one of the interfaces: Lit integration, Generic custom element mixin, Dedicated custom elements or Reactive controllers
Its possible to mix different interfaces in same project, e.g., provide a context using Lit integration and consume with the generic mixin or vice versa