A Tree View component built with [Vue.js] version 3.
To integrate this component into your project, install it as a dependency:
npm install tree-view-vue-3
Import the CSS styles before initializing the component (e.g., in main.ts):
import 'tree-view-vue-3/style.css'
Import and use the TreeView component wherever needed:
import {TreeView} from 'tree-view-vue-3'
You can find a live Storybook example here: https://tree-view-vue-3.vercel.app