Danbardo / Vue_CheckTree

A Vue.js component which generates a nested list of checkbox inputs and allows for adding / editing and deleting nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CheckTree

A recursive Vue.js component which generates a nested list of checkbox inputs and allows for adding / editing and deleting nodes.

Demo

Demo

You can also the component here.

Installation

Copy the Node.vue component into your project and import it by following the example in App.vue.

The initial data can be found in store.js, but the component can be easily adapted to work with your Vuex store.

About

A Vue.js component which generates a nested list of checkbox inputs and allows for adding / editing and deleting nodes.

License:MIT License


Languages

Language:JavaScript 97.4%Language:Vue 1.6%Language:HTML 1.0%