R/widgets-nav.R
tree.Rd
Create a tree widget
tree(label, data = list(), id = NULL, classes = NULL)
Root label for the tree.
A nested list representing the tree structure. Each element can be a character string (leaf) or a named list (branch).
Optional widget id.
Optional CSS classes (character vector).
An rtui_spec list.
rtui_spec