Vue3 treeview is a treeview project. this fork add rtl suport in config. Documentation
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
- Support rtl as config
npm install https://github.com/omdrj/vue3-treeview.git
yarn add https://github.com/omdrj/vue3-treeview.git
- Clone this repository
yarn install
yarn dev