Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/43081j/relit

A collection of utilities for use with the lit library
https://github.com/43081j/relit

Last synced: 7 days ago
JSON representation

A collection of utilities for use with the lit library

Awesome Lists containing this project

README

        

# relit

relit (reactive lit) is a collection of utilities to provide various features
as reactive state to [lit](https://lit.dev) components.

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

## Install

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

```sh
npm i -S relit
```

## Usage

For usage, see the [docs](./docs/index.md) of each available utility.

## License

MIT