0.19.0 • Published 11 months ago
@codetez/react-file-manager-ctz v0.19.0
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-ctz
yarn add @codetez/react-file-manager-ctz
pnpm add @codetez/react-file-manager-ctz
bun add @codetez/react-file-manager-ctz
Usage
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 install
Build:
pnpm run build
License
MIT © CodeTez Technologies Private Limited. 2024
MIT © Aperture Robotics, LLC. 2023
MIT © Tim Kuzhagaliyev 2020
0.19.0
11 months ago
0.18.0
12 months ago
0.17.0
12 months ago
0.16.0
12 months ago
0.15.0
12 months ago
0.14.0
1 year ago
0.13.0
1 year ago
0.12.0
1 year ago
0.11.0
1 year ago
0.10.0
1 year ago
0.9.0
1 year ago
0.8.0
1 year ago
0.7.0
1 year ago
0.6.0
1 year ago
0.5.0
1 year ago
0.4.0
1 year ago
0.3.0
1 year ago
0.2.0
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago