Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including detailed-tree-view with all npm packages installed. Try it out:

var detailedTreeView = require("detailed-tree-view")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

detailed-tree-view v1.0.4

Tree-view is a web component allowing to present json data in a user-friendly way. This component uses LitHTML and LitELement. You can both use the tree-view component as a new class importing it from the file, as well as the HTML tag <tree-view>. The component has two properties: data and headline. You can use them to customize the component and to feed it with your own data.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free