Skip to content

Getting Started

Install

sh
yarn add wc-context
yarn add wc-context
sh
npm install wc-context
npm install wc-context

Usage

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

Released under the MIT License.