Tree View Component

Overview

With the help of this component, the user can now easily represent the order and hierarchy of the data that he wanted to display in a much easier way. The Illustration of a folder structure or a nested relationships between your data will now be showcased in a clear and understandable way by using the Tree View Component.

Use Cases

  • Easy navigation through file system directories in a file manager application.
  • For compact and easy display of data with multiple levels of hierarchy.
  • Collapsed and indented view to display lower-level data to users only when they need.

Key Features & Functionality

Functionality

  • Provide the data to be displayed as a tree in the required format to view a hierarchical list with expanding and collapsing nodes that contains the nested items.
  • The font color of each text displayed can be altered with a valid hex code of the desired color.
  • Parameters to customize the data displayed to be Bold, Italicized, underlined or highlighted are also available.
  • Use the class name of the desired icon from the free section of Font Awesome 5 Icon site to be displayed as label and sub label icons.

Features

  • Clean and simple Tree view of data.
  • Customizable font color of the label displayed.
  • Optional font customization of text - Bold, Italics, Underline and Highlight.
  • Option to use Font awesome 5 free icons.
  • Allows you to store a selected data from the tree.
Anonymous