Skip to content

JHolcman-T/yang-viewer-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published