Skip to content

Commit

Permalink
chore(react-tree): removes preview warning from the docs (microsoft#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
bsunderhus committed Aug 16, 2023
1 parent 54acfce commit ed67467
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
A hierarchical list structure component for displaying data in a collapsible and expandable way.

Use this component when you need to present your users with a clear visual structure of content or data, allowing them to efficiently interact and navigate through the information. If the information is less hierarchical or node-based, consider using a list or table instead.

<!-- Don't allow prettier to collapse code block into single line -->
<!-- prettier-ignore -->
> **⚠️ Preview components are considered unstable:**
>
> ```jsx
>
> import { Tree } from '@fluentui/react-tree';
>
> ```
>
> - Features and APIs may change before final release
> - Please contact us if you intend to use this in your product

0 comments on commit ed67467

Please sign in to comment.