Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Tree View

import { AXTreeViewModule } from '@acorex/components/tree-view'; Tree View component displays data in a hierarchical structure, allowing users to navigate through nested content. Ideal for representing categories, file systems, or organizational charts, it provides an intuitive way to explore and manage complex data relationships.

Overview

In this section, you can test different options of this component and see the output in real time
Node 1
Node 2

Usage

A simple example of using ax-tree-view
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-tree-view-arrow-size0.875remdefines the size of the arrow icons used in tree view components. It ensures consistent scaling of the expand/collapse indicators in the tree structure.
--ax-comp-tree-view-text-size0.875remthis variable sets the font size of the text displayed within tree view components. It ensures consistent typography and readability throughout the tree structure.
--ax-comp-tree-view-active-bg-colorvar(--ax-sys-color-primary-surface) A CSS custom property (variable) that defines the background color for the active item in a tree view component. It visually highlights the currently selected or focused item, providing clear feedback to the user.
--ax-comp-tree-view-active-text-colorvar(--ax-sys-color-on-primary-surface)A CSS custom property (variable) that specifies the text color for the active item in a tree view component. It ensures the text is legible and stands out against the background color of the active item, improving user navigation and interaction.
--ax-comp-tree-view-hover-bg-colorvar(--ax-sys-color-dark-surface)A CSS custom property (variable) that defines the background color of a tree view item when hovered over. It provides a visual cue to the user, indicating the item being interacted with, improving the overall usability of the tree view component.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page