An open API service indexing awesome lists of open source software.

https://github.com/tolerious/vue-tree-view

:construction: [WIP] Tree view component for Vue2.0.
https://github.com/tolerious/vue-tree-view

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# vue-tree-view

> Tree view component for Vue2.0.

[![npm](https://img.shields.io/npm/dm/vue-tree-view.svg)](https://www.npmjs.com/package/vue-tree-view) [![npm](https://img.shields.io/npm/dt/vue-tree-view.svg)](https://www.npmjs.com/package/vue-tree-view)
[![npm](https://img.shields.io/npm/v/vue-tree-view.svg)](https://www.npmjs.com/package/vue-tree-view)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/tolerious/vue-tree-view/master/LICENSE.md)
[![GitHub tag](https://img.shields.io/github/tag/strongloop/vue-tree-view.svg)](https://github.com/tolerious/vue-tree-view)
[![GitHub release](https://img.shields.io/github/release/qubyte/vue-tree-view.svg)](https://github.com/tolerious/vue-tree-view)
[![GitHub issues](https://img.shields.io/github/issues/tolerious/vue-tree-view.svg)](https://github.com/tolerious/vue-tree-view/issues)
[![GitHub forks](https://img.shields.io/github/forks/tolerious/vue-tree-view.svg)](https://github.com/tolerious/vue-tree-view/network)
[![GitHub stars](https://img.shields.io/github/stars/tolerious/vue-tree-view.svg)](https://github.com/tolerious/vue-tree-view/stargazers)
## Installation
`npm install vue-tree-view`
and in your component
`import VueTreeView from 'vue-tree-view'`

## Usage
``

## Props
| Name | Type | Default | Description |
| --- | --- | :---: | --- |
| treeData | Array | [] | data for rendering tree |

## Demo
[Demo link](http://tobe.engineer/tree-view-component-for-vue20.html)