Getting Started

a vue 3 pluggin to display treeview

Installation

npm install vue3-treeview

Usage

import Tree from "vue3-treeview";

Styling

TIP

By default the project comes without any styling. A default stylesheet is included in the project.

WARNING

In the following documentation all examples will use default styling

To import the default stylesheet:

import "vue3-treeview/dist/style.css";