pjreed / vue3-treeview

a simple treeview in vue js 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue3-treeview

build tests Statements MIT license

Screenshot

Vue3 treeview is a treeview project.

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

Installation

npm install vue3-treeview
yarn add vue3-treeview

Play with repo

  • Clone this repository
  • yarn install
  • yarn dev

License

MIT

About

a simple treeview in vue js 3

License:MIT License


Languages

Language:TypeScript 78.5%Language:Vue 16.1%Language:CSS 3.1%Language:JavaScript 1.6%Language:HTML 0.4%Language:Shell 0.3%