Skip to content

Commit

Permalink
chore: update Tree description
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Oct 3, 2023
1 parent 7378d0e commit 82eb94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const meta: Meta<{} & ITreeProps> = {
docs: {
description: {
component:
'The Tree component renders a tree structure with a root node and child nodes. The tree can be expanded and collapsed by clicking on the root node. The tree can be set to open by default with the `isOpen` prop. The tree can be set to close its siblings when opened with the `linked` prop.',
'<strong>Deprecated. Do not use.</strong><br />Will be refactored as it does not meet our standards.<br /><br /><em>The Tree component renders a tree structure with a root node and child nodes. The tree can be expanded and collapsed by clicking on the root node. The tree can be set to open by default with the `isOpen` prop. The tree can be set to close its siblings when opened with the `linked` prop.</em>',
},
},
},
Expand Down

0 comments on commit 82eb94a

Please sign in to comment.