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
- Host: GitHub
- URL: https://github.com/alenaksu/tiny-lit
- Owner: alenaksu
- Created: 2018-03-01T11:10:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:39:01.000Z (over 3 years ago)
- Last Synced: 2025-08-04T09:47:50.836Z (11 months ago)
- Topics: javascript-library, template-literals
- Language: TypeScript
- Homepage: https://alenaksu.github.io/tiny-lit/demo/
- Size: 3.48 MB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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) 
The core package with the functions for creating and rendering template literals.
### [element](packages/element/README.md) 
A set of base classes and mixins to easily integrate the core with your custom elements.
### [store](packages/store/README.md) 
An agonistic implementation of a centralized state manager, with some classes to
use it with custom elements.
### [router](packages/router/README.md) 
A router class with path/hash strategies and some custom elements to use it ina declarative way.