full-acc-tree-view
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

Purpose

Tree is used to display hierarchical data..Dondo Treecomponent fulfill all WCAG standards for accesible tree 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

  1. bootstrap (npm install bootstrap --save)
  2. jquery(npm install jquery --save)
  3. popper js (npm install popper.js --save)
  4. fortAwesome icons (npm i @fortawesome/fontawesome-free)

/full-acc-tree-view/

    Package Sidebar

    Install

    npm i full-acc-tree-view

    Weekly Downloads

    16

    Version

    0.0.9

    License

    none

    Unpacked Size

    486 kB

    Total Files

    38

    Last publish

    Collaborators

    • dondo