Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 669 Bytes

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