0.2.1 • Published 6 months ago

@itharbors/ui-tree v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

UI TREE

<ui-tree><ui-tree>

<script>
    const $tree = document.querySelector('ui-tree');
    $tree.register('item-init', ($item, data) => {
        $item.innerHTML = /*html*/`
            <div></div>
        `;
    });
    $tree.register('item-update', ($item, data) => {

    });
</script>
0.2.1

6 months ago

0.2.0

7 months ago

0.1.0

12 months ago