Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/be-fe/itoolkit
web components
https://github.com/be-fe/itoolkit
Last synced: about 2 months ago
JSON representation
web components
- Host: GitHub
- URL: https://github.com/be-fe/itoolkit
- Owner: be-fe
- License: mit
- Created: 2014-12-25T03:22:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T11:40:25.000Z (about 8 years ago)
- Last Synced: 2024-03-20T08:10:36.665Z (9 months ago)
- Language: JavaScript
- Homepage: http://be-fe.github.io/iToolkit/demos/index.html
- Size: 19.3 MB
- Stars: 65
- Watchers: 14
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)