Svelte component for fileupload
The svelte-file-dropzone is a component for file upload and dropzone in SvelteJS. It is a Svelte implementation of the react-dropzone component. It allows users to easily upload files by dragging and dropping them onto a designated area.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.