Note: Forking the main repo until this discussion is resolved on the main repository.
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 @rober9109/vue-tree
yarn add @rober9109/vue-tree
Play with repo
- Clone this repository
yarn install
yarn dev