@employee87/vue3-treeview
v0.4.9
Published
A simple vue js 3 treeview component
Downloads
34
Maintainers
Readme
vue3-treeview
Vue3 treeview is a treeview project.
Features:
- Made with vue3
- Fully reactive
- Typings
- Normalized data (not deeply nested)
- Full composition API
- Lazy load
- Editable text
- Events for all actions
- Node slots
- Loading slot
- Keyboard navigation
- Checkboxes (auto / manual)
- Drag and drop
- Customizable style
- Customizable icons
Installation
npm install vue3-treeview
yarn add vue3-treeview
Play with repo
- Clone this repository
yarn install
yarn dev