Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 405 Bytes

relit

relit (reactive lit) is a collection of utilities to provide various features as reactive state to lit components.

DOM state, web APIs, property history and much more.

Install

To install relit, simply add it as a dependency to your lit project:

npm i -S relit

Usage

For usage, see the docs of each available utility.

License

MIT