/vue-tree-view

:construction: [WIP] Tree view component for Vue2.0.

Primary LanguageJavaScriptMIT LicenseMIT

vue-tree-view

Tree view component for Vue2.0.

npm npm npm GitHub license GitHub tag GitHub release GitHub issues GitHub forks GitHub stars

Installation

npm install vue-tree-view
and in your component
import VueTreeView from 'vue-tree-view'

Usage

<vue-tree-view :treeData=yourData></vue-tree-view>

Props

Name Type Default Description
treeData Array [] data for rendering tree

Demo

Demo link