vue3-treeview
Version:
A simple vue js 3 treeview component
45 lines (32 loc) • 1.1 kB
Markdown
## vue3-treeview
   [](https://lbesson.mit-license.org/)

Vue3 treeview is a treeview project.
[Documentation](https://n00ts.github.io/vue3-treeview)
__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
```shell
npm install vue3-treeview
yarn add vue3-treeview
```
## Play with repo
* Clone this repository
* `yarn install`
* `yarn dev`
## License
[MIT](https://github.com/N00ts/vue3-treeview/blob/master/LICENSE)