Skip to content

Isaac-Health/react-chonky

This branch is 4 commits behind aperturerobotics/react-chonky:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2024
Oct 21, 2020
Aug 20, 2024
Oct 19, 2023
Jan 23, 2023
Jan 23, 2023
Jan 31, 2023
Feb 17, 2024
Aug 20, 2024
Jun 6, 2021
Oct 19, 2023
Aug 20, 2024

Repository files navigation

Chonky v2 Logo
NPM package MIT license Chat on Discord


Chonky is a file browser 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!

This is a fork of Chonky by TimboKZ.

Usage

Add the forked npm packages:

yarn add @aperturerobotics/chonky @aperturerobotics/chonky-icon-fontawesome

Add to your app:

import { FullFileBrowser } from '@aperturerobotics/chonky'
import { ChonkyIconFA } from '@aperturerobotics/chonky-icon-fontawesome'

export function MyComponent() {
    return <FullFileBrowser
      files={[]}
      darkMode={true}
      iconComponent={ChonkyIconFA}
    />
}

Please create an issue if you have a problem or want to request a feature.

Developing

Install dependencies:

yarn

Build:

yarn build

License

MIT © Aperture Robotics, LLC. 2023

MIT © Tim Kuzhagaliyev 2020

About

File Browser component for React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%