0.0.3 • Published 1 year ago

@jakubholcman/yang-tree-viewer v0.0.3

Weekly downloads
-
License
GPLv3
Repository
-
Last release
1 year ago

Yang Tree Viewer

Web component for displaying YANG schema contents.

The component is currently available only for react.js framework.

Vue.js will be supported in the future.

Developed primarily for use with docusaurus docs framework.

Usage

  • Generate json formatted data.
  • Embed the component on your page.

Embed example in a .mdx file

import {YangTreeViewer} from "yang-tree-viewer"
import data from "./src/data/example-data.json"

<YangTreeViewer tree={data} sm-sort="true" css="standard"></YangTreeViewer>

Screens

Tree root view

npm.io

Expanded module node view

npm.io

Description of the node

npm.io

Child node view

npm.io

Leaf node view

npm.io

License

GPLv3 © Jakub Holcman

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago