JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5782
  • Score
    100M100P100Q120753F
  • License MIT

A simple vue js 3 treeview component

Package Exports

  • vue3-treeview

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue3-treeview) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue3-treeview

Vue3 treeview is a treeview project made with view 3.

Documentation

Screenshot

Features:

  • Made with vue3
  • Fully reactive
  • 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

Play with repo

  • Clone this repository
  • npm install
  • npm run serve

License

MIT