A file tree explorer for the web, built with Svelte.
Install it like this:
npm install @saibotsivad/svelte-file-tree-explorer
Use it something like this:
<script>
import Explorer from '@saibotsivad/svelte-file-tree-explorer'
const fileTree = [
// file tree
]
</script>
<Explorer tree={fileTree} />