The Navigation
component is responsible for rendering folder navigation levels,
making it easy to navigate through the folder structure.
This component extends React.ComponentPropsWithoutRef<"div">
, meaning it accepts all native div
element props.
asChild
Type: boolean
You can use render props to access the navigation levels.
navigation
Type: Folder[]
Navigation
must be used inside a Root
component.