A thin wrapper around the Lit library
npm install @a11d/lit@a11d/litEnhanced utilities and base classes for Lit, providing additional lifecycle hooks, decorators, and directives for building web components.
``bash`
npm install @a11d/lit
- Component class - Extended base class with additional lifecycle callbacks
- updated Decorator - React to property changes with callbacks
- event Decorator - Type-safe custom event dispatchers
- eventListener Decorator - Declarative event listener registration
- style Directive - Inline style binding
- bind` Directive - Two-way data binding with automatic event detection