Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Expanded module node view

Description of the node

Child node view

Leaf node view

License

GPLv3 © Jakub Holcman

About

Web component for displaying YANG schema contents

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages