flit.js is a light weight vide model library, in it you can define your custom component and render it uses syntax like html`<component-name />`
flit.js was inspired by lit-html.
- Written in typescript.
- Using ES template literal to render component.
- Using Proxy APIs to track properties changes and update components automatically.
- Supports scoped style by rendering CSS codes dynamically.
Simple documentation is here (Thanks to typedoc).
MIT