Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janglad/shadcn-dropzone

A dropzone component built in the style of Shadcn using react-dropzone
https://github.com/janglad/shadcn-dropzone

dropzone radix react-dropzone shadcn

Last synced: 8 days ago
JSON representation

A dropzone component built in the style of Shadcn using react-dropzone

Awesome Lists containing this project

README

        

# ShadCn style Dropzone

A dropzone component built in the style of ShadCn. Uses the `useDropzone` hook from react-dropzone, builds on ShadCn primitives and aims to be fully accessible.

## Todo

- [ ] Integrate with React Hook Form

## Installation

Make sure you have ShadCn set up in your project and run `pnpx shadcn@latest add 'https://shadcn-dropzone.vercel.app/dropzone.json'`.

Or copy [this file](/components/dropzone.tsx) and update imports as needed.

## Usage

Check out the[docs](https://shadcn-dropzone.vercel.app/).