Skip to content

be-fe/iToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

335 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iToolkit

iToolkit are some Commonly used tools build on Riot Framework, you can only use data to create view, and have similar way to invoke them.
e.g:

<div id="test">
    <itk-tree></itk-tree>
</div>
<script>
    $.ajax({
        url: '/test',
        success: function(data) {
            riot.mount('#test itk-tree', {data: data, root: true});
        }
    })
</script>

Index
Document
中文readme