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
Copy file name to clipboardexpand all lines: docs/pages/docs/guide/built-ins/filetree.mdx
+3-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ Click the folder to test the dynamic functionality of the file tree.
23
23
24
24
## Usage
25
25
26
-
Create the file tree structure by nesting `<FileTree.Folder>` and `<FileTree.File>` components within a `<FileTree>`. Name each file or folder with the `name` attribute. Use `defaultOpen` to set the folder to open on load.
26
+
Create the file tree structure by nesting `<FileTree.Folder>` and
27
+
`<FileTree.File>` components within a `<FileTree>`. Name each file or folder
28
+
with the `name` attribute. Use `defaultOpen` to set the folder to open on load.
{/* We can't use React.Fragment https://nextjs.org/docs/pages/api-reference/components/head#use-minimal-nesting https://github.com/vercel/next.js/pull/67667 */}
0 commit comments