JSPM

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

A simple vue js 3 treeview component

Package Exports

  • vue3-treeview
  • vue3-treeview/dist/vue3-treeview.es.js
  • vue3-treeview/dist/vue3-treeview.umd.js

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

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