The FolderList
component is used to render a list of folders under the current path.
This component extends React.ComponentPropsWithoutRef<"div">
, meaning it accepts all native div
element props.
asChild
Type: boolean
You can use render props to access all available folders at the current path.
folders
Type: Folder[] | undefined
isLoading
Type: boolean
FolderList
must be used inside a Root
component.