2.1.3 • Published 7 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

11 months ago

0.20.0

11 months ago

2.1.2

7 months ago

2.0.3

8 months ago

2.1.1

7 months ago

2.0.2

8 months ago

2.0.5

8 months ago

2.1.3

7 months ago

2.0.4

8 months ago

2.0.7

7 months ago

2.0.6

7 months ago

2.0.9

7 months ago

2.0.8

7 months ago

2.1.0

8 months ago

2.0.1

8 months ago

0.22.0

10 months 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

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