Tree provides a total of 4 styles and, for each list tag, it is possible to define a class in accordance with the state.
Class | Description | Code |
tree arrow
|
Simple style in an arrow shape | <span>ROOT</span> |
tree arrow-file
|
Composite style in an arrow + file shape | <span><i></i> ROOT</span> |
tree line
|
Simple style in a line shape | <div>ROOT</div> |
tree line-file
|
Composite style in a line + file shape | <div><i></i> ROOT</div> |