dondotree
v0.0.7
Published
Tree is used to display hierarchical data..Dondo Treecomponent fulfill all WCAG standards for accesible tree component. # Usage
Downloads
2
Readme
Purpose
Tree is used to display hierarchical data..Dondo Treecomponent fulfill all WCAG standards for accesible tree component.
Usage
Import to NgModule: import {DondoTreeModule} from 'dondotree' Use tag for use the component.
Input and Outputs
Input
● elementID – type: string . This input must be unique becouse define the ID of the element if elementID is null component automaticaly generate the ID.
● input– type: TreeNode[]. Input data for the component.
● showFromLevel – type: number with default value 0. Defines the level of the tree from where we want to show data.
Output
● selectedItemSender– type: TreeNode. Return the selected node.
Dependecies
- bootstrap (npm install bootstrap --save)
- jquery(npm install jquery --save)
- popper js (npm install popper.js --save)
- fortAwesome icons (npm i @fortawesome/fontawesome-free )