Files
A component that allows you to display a list of files and folders.
Made by imskyleenInstallation
Usage
API Reference
Files
Animate UI API Reference - Radix UI AccordionProp | Type | Default |
---|---|---|
children | React.ReactNode | - |
defaultOpen? | string[] | [] |
open? | string[] | - |
onOpenChange? | (open: string[]) => void | - |
FolderItem
Animate UI API Reference - Radix UI AccordionItemFolderTrigger
Prop | Type | Default |
---|---|---|
gitStatus? | "untracked" | "modified" | "deleted" | - |
...props? | React.ComponentProps<"span"> | - |
FolderContent
Animate UI API Reference - Radix UI AccordionContentFileItem
Prop | Type | Default |
---|---|---|
icon? | React.ElementType | FileIcon |
gitStatus? | "untracked" | "modified" | "deleted" | - |
...props? | React.ComponentProps<"span"> | - |