Loading component…
Components /Folder Preview
Folder stack visual preview
Run the following command
npx shadcn@latest add https://raw.githubusercontent.com/Ashutoshx7/VengeanceUI/main/public/r/folder-preview.json| Prop Name | Type | Default | Description |
|---|---|---|---|
| variant | 'devi' | 'rudras' | 'ardra' | 'shakti' | 'kubera' | 'hari' | 'ravi' | 'durga' | 'nandi' | 'devi' | The folder animation and visual style. |
| images | string[] | default avatars | Images used by the image-preview folder variants. |
| files | { name: string; type?: 'txt' | 'gif' | 'mp3' | 'default' }[] | default files | Files used by the file-list folder variants. |
| label | string | - | Optional label shown below the folder. |
| size | 'sm' | 'md' | 'lg' | 'md' | Folder size. |
| className | string | - | Additional CSS classes. |
| onClick | () => void | - | Optional click handler for the folder wrapper. |