Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 936 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 936 Bytes

vue3-treeview

build tests MIT license

Screenshot

Vue3 treeview is a treeview project.

Documentation

Features:

  • Made with vue3
  • Fully reactive
  • Typings
  • Full composition API
  • Lazy load
  • Editable text
  • Events for all actions
  • Node slots
  • Loading slot
  • Keyboard navigation
  • Checkboxes (auto / manual)
  • Drag and drop
  • Custmizable style
  • Customizable icons

Installation

npm install vue3-treeview
yarn add vue3-treeview

Play with repo

  • Clone this repository
  • yarn install
  • yarn serve

License

MIT