Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldoy/kompiz
Tiny library for creating stateful components using vanilla Javascript
https://github.com/eldoy/kompiz
Last synced: 6 days ago
JSON representation
Tiny library for creating stateful components using vanilla Javascript
- Host: GitHub
- URL: https://github.com/eldoy/kompiz
- Owner: eldoy
- Created: 2022-05-17T20:22:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T01:08:17.000Z (over 2 years ago)
- Last Synced: 2024-10-19T06:09:37.317Z (27 days ago)
- Language: CSS
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kompiz
Tiny library for creating stateful components using vanilla Javascript.
Supports server side rendering. No dependencies. Just pure bliss.
### Install
```
npm i kompiz
```### Usage
Clone this repo and run `npm i` and then `npm run dev` to start the demo app.
Example of use is found in the app.
WTFPL Licensed. Enjoy!