build69
build69  /  Components  /  App  /  Files

Files

v1.0.17Updated 27 Aug 2026

Files / document manager page — grid, list, tree, browser and upload layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 18 stories
Grid ViewOpen ↗
Why this is recommendedfilesdocumentsstoragedrive+4

Files — grid view.

Recommended for+14
  • File manager screens
  • Document storage apps
Tags+6
filesdocumentsstoragedriveapppagegridview
Features+4
  • Grid, list, with-tree, browser and upload layouts
  • Shared / recent / preview / trash variants
  • Self-contained — no required props
Not recommended for−2
  • Public galleries (use Gallery)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "Files" })

Usage

import { FilesGridView } from '@/components/pages/files';

<FilesGridView />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related