Skip to content

dmitriibutakov/tree-view-vue-3

Repository files navigation

Tree-view-vue-3

A Tree View component built with [Vue.js] version 3.

Usage

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


Enjoy developing!

Releases

No releases published

Packages

No packages published