Tree View

A file tree component.

Component Source

Basic

Installation

			jsrepo add ui/tree-view
		

Custom Icons

If you are using custom icons in a project we recommend you wrap the folder/file components with the custom icons:

{#snippet icon({ name })} {#if name.endsWith('.css')} {:else if name.endsWith('.svelte')} {:else if name.endsWith('.ts')} {/if} {/snippet}