Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/be-fe/itoolkit

web components
https://github.com/be-fe/itoolkit

Last synced: about 2 months ago
JSON representation

web components

Awesome Lists containing this project

README

        

iToolkit
========

iToolkit are some Commonly used tools build on [Riot](https://muut.com/riotjs/) Framework, you can only use data to create view, and have similar way to invoke them.
e.g:





$.ajax({
url: '/test',
success: function(data) {
riot.mount('#test itk-tree', {data: data, root: true});
}
})

[Index](http://be-fe.github.io/iToolkit/demos/index.html)
[Document](http://be-fe.github.io/iToolkit/demos/doc.html)
[中文readme](https://github.com/BE-FE/iToolkit/blob/master/README_Chinese.md)