@codetez/react-file-manager-ctz v2.1.3
React File Manager
A file explorer component for React. It tries to recreate the native file browsing experience in your browser. This means your users can make selections, drag & drop files, toggle between List and Grid file views, use keyboard shortcuts, and much more!
Installation
Install it using your favourite package manager.
npm install @codetez/react-file-manager-ctzyarn add @codetez/react-file-manager-ctzpnpm add @codetez/react-file-manager-ctzbun add @codetez/react-file-manager-ctzUsage
import {
FileBrowser,
FileNavbar,
FileToolbar,
FileList,
FileContextMenu,
IconFA
} from '@codetez/react-file-manager-ctz'
export function MyComponent() {
return (
<FileBrowser iconComponent={IconFA} files={files}>
<FileNavbar />
<FileToolbar />
<FileList />
<FileContextMenu />
</FileBrowser>
);
}Documentation
WIP.
Developing
Install dependencies:
pnpm installBuild:
pnpm run buildLicense
MIT © CodeTez Technologies Private Limited. 2024
MIT © Aperture Robotics, LLC. 2023
MIT © Tim Kuzhagaliyev 2020
1 year ago
1 year ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago