Documentation

Tree component

rxe.mantine.tree is a component for displaying hierarchical data in a tree structure. It allows users to expand and collapse nodes, making it easy to navigate through large datasets.

Due to some technical limitations(pydantic), the tree component only supports 5 levels of depths for the data props.

  • Root

Built with Reflex