treeview

A jQuery plugin for displaying tree structures

Usage no npm install needed!

<script type="module">
  import treeview from 'https://cdn.skypack.dev/treeview';
</script>

README

TreeView.js

TreeView.js is based on jQuery and allows you to create a tree widget, which behaves like you expect it from any other tree widget. It can also be used as input element in a form. Please take a look at the demo page for a first impression.

Installation

TreeView.js is a listed on npm. So you're done with:

npm install treeview

You can also simply include the TreeView.min.js module:

<script src="TreeView.min.js"></script>

Documentation

You can either take a look at the demo page or at the documentation.

Contributions

Contributions are always welcome. Never hesitate to open a new issue or pull request, even if it is only a simple question.

If you know how to code, please consider to solve an issue.

License

This package is licensed under the MIT license.