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

https://github.com/alenaksu/tiny-lit

JavaScript library for building user interfaces using template literals
https://github.com/alenaksu/tiny-lit

javascript-library template-literals

Last synced: 10 months ago
JSON representation

JavaScript library for building user interfaces using template literals

Awesome Lists containing this project

README

          

# Tiny-Lit

Tiny-Lit is a set of tools for building web applications

[Demo](https://alenaksu.github.io/tiny-lit/demo/)

## Packages

### [core](packages/core/README.md) ![](https://badgen.net/bundlephobia/minzip/@tiny-lit/core)
The core package with the functions for creating and rendering template literals.

### [element](packages/element/README.md) ![](https://badgen.net/bundlephobia/minzip/@tiny-lit/element)
A set of base classes and mixins to easily integrate the core with your custom elements.

### [store](packages/store/README.md) ![](https://badgen.net/bundlephobia/minzip/@tiny-lit/store)
An agonistic implementation of a centralized state manager, with some classes to
use it with custom elements.

### [router](packages/router/README.md) ![](https://badgen.net/bundlephobia/minzip/@tiny-lit/router)
A router class with path/hash strategies and some custom elements to use it ina declarative way.