Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/43081j/relit
- Owner: 43081j
- License: mit
- Created: 2023-01-16T18:00:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T02:59:43.000Z (about 2 months ago)
- Last Synced: 2024-09-27T09:28:30.286Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 626 KB
- Stars: 98
- Watchers: 5
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-web-components - Relit
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