svelte-tree
A tree-like outline view for svelte
Installation
npm i -D svelte-tree
How to
The most basic usage follows
{node.name}
Custom node
Use the slot space to display custom nodes. let:node
will give your children DOM/components the access to the nodes being rendered.
License
MIT