Skip to content

😸 A File Browser component for React.

License

Notifications You must be signed in to change notification settings

AnimechTechnologies/Chonky

 
 

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 @animech-public/chonky @animech-public/chonky-icon-fontawesome

Add to your app:

import { FullFileBrowser } from '@animech-public/chonky'
import { ChonkyIconFA } from '@animech-public/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.

License

MIT © Aperture Robotics, LLC. 2023

MIT © Tim Kuzhagaliyev 2020

About

😸 A 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%