Skip to content

Commit

Permalink
docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding committed Feb 20, 2020
1 parent fb2e75b commit f955113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/api/tree-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Any other props supplied will be provided to the root element (native element).
| <span class="prop-name">content</span> | <span class="prop-name">.MuiTreeItem-content</span> | Styles applied to the tree node content.
| <span class="prop-name">iconContainer</span> | <span class="prop-name">.MuiTreeItem-iconContainer</span> | Styles applied to the tree node icon and collapse/expand icon.
| <span class="prop-name">label</span> | <span class="prop-name">.MuiTreeItem-label</span> | Styles applied to the label element.
| <span class="prop-name">selectedLabel</span> | <span class="prop-name">.MuiTreeItem-selectedLabel</span> | Styles applied to the label when node selected.
| <span class="prop-name">focusedLabel</span> | <span class="prop-name">.MuiTreeItem-focusedLabel</span> | Styles applied to label when node focused.

You can override the style of the component thanks to one of these customization points:

Expand Down

0 comments on commit f955113

Please sign in to comment.