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
- Host: GitHub
- URL: https://github.com/cheveniko/svelte-image-uploader
- Owner: Cheveniko
- Created: 2025-06-01T18:38:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-02T05:46:09.000Z (4 months ago)
- Last Synced: 2025-06-02T15:59:44.902Z (4 months ago)
- Topics: shadcn, shadcn-svelte, svelte, tailwindcss
- Language: Svelte
- Homepage: https://svelte-image-uploader.vercel.app
- Size: 61.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/