2.1.3 • Published 11 months ago

@codetez/react-file-manager-ctz v2.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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.21.0

1 year ago

0.20.0

1 year ago

2.1.2

11 months ago

2.0.3

11 months ago

2.1.1

11 months ago

2.0.2

11 months ago

2.0.5

11 months ago

2.1.3

11 months ago

2.0.4

11 months ago

2.0.7

11 months ago

2.0.6

11 months ago

2.0.9

11 months ago

2.0.8

11 months ago

2.1.0

11 months ago

2.0.1

11 months ago

0.22.0

1 year ago

0.19.0

1 year ago

0.18.0

1 year ago

0.17.0

1 year ago

0.16.0

1 year ago

0.15.0

1 year ago

0.14.0

1 year ago

0.13.0

2 years ago

0.12.0

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago