r2
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
React file explorer / file browser component
git clone https://github.com/svar-widgets/react-filemanager.gitsvar-widgets/react-filemanager🌐 Website • 💡 Getting Started • 👀 Demos
SVAR React File Manager is a flexible file explorer component for React apps. It offers a familiar interface for browsing, organizing, and previewing files. Thanks to its extensive API for listening, intercepting, and executing data operations, you can integrate it with any backend — from local storage and databases to cloud services.
To start using SVAR React File Manager, simply import the package and include the component in your React file:
import { FileManager } from "@svar-ui/react-filemanager";
import "@svar-ui/react-filemanager/all.css";
const files = [
{
id: "/Music",
size: 4096,
date: new Date(2023, 11, 1, 14, 45),
type: "folder",
},
{
id: "/Info.txt",
size: 1000,
date: new Date(2023, 10, 30, 6, 13),
type: "file",
},
];
const myComponent => (<FileManager data={files} />);
See the getting started guide to set up and start using the File Manager in your React projects.
Post an Issue or use our community forum.
more like this
search projects, people, and tags