You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -337,7 +337,7 @@ This behavior is slightly different in the highlight selection style, where sing
337
337
Tree items may also be links to another page or website. This can be achieved by passing the `href` prop to the `<TreeViewItem>` component. Links behave the same way as described above for item actions depending on the `selectionMode` and `selectionStyle`.
338
338
339
339
```tsx example
340
-
<TreeViewaria-label="Example tree with links"defaultExpandedKeys={newSet(['bookmarks'])}height="size-2000">
340
+
<TreeViewaria-label="Example tree with links"defaultExpandedKeys={newSet(['bookmarks'])}height="size-2000"maxWidth="size-6000">
341
341
<TreeViewItemid="bookmarks"textValue="Bookmarks">
342
342
<Text>Bookmarks</Text>
343
343
<Folder />
@@ -364,27 +364,7 @@ The `<TreeViewItem>` component works with frameworks and client side routers lik
0 commit comments