Skip to main content

Tree

A tree component is used when designers need to visualize hierarchical data or nested categories. It is commonly used for representing navigation menus, file structures, organizational charts, or any scenario where data needs to be organized in a tree-like structure.

Variants

Props

--- yet to be updated ---

PropsDatatypeValues/Example
typestring"primary" | "dark" | "danger" | "transparent" | "other" | "icon"
disabledboolean"true" | "false"
loaderboolean"true" | "false"
titlestring"Cancel"
onClickfunctionfunction from parent component
textStylePropObjectfont-size: var(--base-text)