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

https://github.com/mrfarhadir/senil

state for pure HTML
https://github.com/mrfarhadir/senil

javascript state state-management two-way-databinding typescript

Last synced: 16 days ago
JSON representation

state for pure HTML

Awesome Lists containing this project

README

        

# Senil

States are very useful for web app development. popular frameworks such as Vuejs or React has state for their components and Senil is like that when you are using pure HTML with out any frameworks or when you are developing Wordpress theme.

[Documentation](//senil.js.org)

### Feathers
> - Having multiple instance
> - Synchronize with localstorage
> - Supporting content editable attribute
> - Developed with TypeScript

### How it works?
Pass your your desired state object to Senil first parameter and add model attributes for input elements.
now you have two way binding data between dom and state

[Installation](//senil.js.org/#/get-started/installation)
[Usage](//senil.js.org/#/get-started/usage)
[Examples](//senil.js.org/#/examples/basic)