Files
A component that allows you to display a list of files and folders.
Made by imskyleenInstallation
Usage
With Highlight
Without Highlight
API Reference
Files
Animate UI API Reference - Radix UI AccordionProp | Type | Default |
---|---|---|
children | React.ReactNode | - |
defaultOpen? | string[] | [] |
open? | string[] | - |
onOpenChange? | (open: string[]) => void | - |
FilesHighlight
Animate UI API Reference - HighlightFolderItem
Animate UI API Reference - Radix UI AccordionItemFolderHeader
Animate UI API Reference - Radix UI AccordionHeaderFolderTrigger
Animate UI API Reference - Radix UI AccordionTriggerFolderContent
Animate UI API Reference - Radix UI AccordionContentFolderHighlight
Animate UI API Reference - HighlightItemFolder
Prop | Type | Default |
---|---|---|
...props? | React.ComponentProps<"div"> | - |
FolderIcon
Prop | Type | Default |
---|---|---|
closeIcon | React.ReactNode | - |
openIcon | React.ReactNode | - |
...props? | React.ComponentProps<"span"> | - |
FolderLabel
Prop | Type | Default |
---|---|---|
...props? | React.ComponentProps<"span"> | - |
FileHighlight
Animate UI API Reference - HighlightItemFile
Prop | Type | Default |
---|---|---|
...props? | React.ComponentProps<"div"> | - |
FileIcon
Prop | Type | Default |
---|---|---|
...props? | React.ComponentProps<"span"> | - |
FileLabel
Prop | Type | Default |
---|---|---|
...props? | React.ComponentProps<"span"> | - |