-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dropzone): add dropzone component and documentation #75
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…/ruru-ui into feat/component/dropzone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TL;DR
Added a new Dropzone component for file uploads and integrated it into the playground and documentation.
What changed?
How to test?
Why make this change?
The Dropzone component provides an intuitive and user-friendly way for users to upload files through drag-and-drop functionality. This addition enhances the UI library's capabilities and offers developers a ready-to-use solution for file upload interfaces, improving overall user experience in applications that require file handling.