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

https://github.com/cheveniko/svelte-image-uploader

shadcn inspired image uploader for svelte
https://github.com/cheveniko/svelte-image-uploader

shadcn shadcn-svelte svelte tailwindcss

Last synced: about 2 months ago
JSON representation

shadcn inspired image uploader for svelte

Awesome Lists containing this project

README

          

## Svelte Image Uploader

[shadcn-svelte](https://next.shadcn-svelte.com/) is an amazing ui library but doesn't have an image uploader component. So I created one!

It has image validation built in and customizable styles with [tailwindcss](https://tailwindcss.com/)

The image is validated inside a shadcn Form using [zod](https://zod.dev), [svelte-drop-zone](https://github.com/thecodejack/svelte-file-dropzone#readme), [superforms](https://superforms.rocks), and [formsnap](https://formsnap.dev/docs).

### Demo

https://svelte-image-uploader.vercel.app/

### React version

There's also a react version you can check out here:

https://simple-image-uploader-bice.vercel.app/