Usage
defaultOpen, openable, and highlight. <FileTree> is an alias for <Tree>.
Example
src
index.ts
package.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Show a file and folder structure
<Tree>
<Tree.Folder name="src" defaultOpen>
<Tree.File name="index.ts" highlight />
</Tree.Folder>
<Tree.File name="package.json" />
</Tree>
defaultOpen, openable, and highlight. <FileTree> is an alias for <Tree>.
Was this page helpful?