Skip to content
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

Merged
merged 11 commits into from
Sep 24, 2024

Conversation

ruru-m07
Copy link
Owner

@ruru-m07 ruru-m07 commented Sep 23, 2024

TL;DR

Added a new Dropzone component for file uploads and integrated it into the playground and documentation.

What changed?

  • Introduced a new Dropzone component in the UI package
  • Added Dropzone to the playground page for demonstration
  • Created a new documentation page for the Dropzone component
  • Implemented an advanced Dropzone example with file handling
  • Updated the component registry to include Dropzone
  • Added react-dropzone as a dependency to relevant packages

How to test?

  1. Navigate to the playground page and locate the new Dropzone components
  2. Try dragging and dropping files onto the Dropzone areas
  3. Check the advanced example to see if uploaded files are displayed correctly
  4. Review the new Dropzone documentation page for accuracy and completeness
  5. Ensure the Dropzone component can be imported and used in other parts of the application

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.

Copy link

changeset-bot bot commented Sep 23, 2024

⚠️ No Changeset found

Latest commit: aa5583e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Sep 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ruru-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 24, 2024 2:29pm

@ruru-m07 ruru-m07 self-assigned this Sep 23, 2024
@ruru-m07 ruru-m07 added documentation Improvements or additions to documentation component: new New component addition. labels Sep 23, 2024
@ruru-m07 ruru-m07 changed the title feat(components): add dropzone component feat(dropzone): add dropzone component and documentation Sep 24, 2024
Copy link
Owner Author

@ruru-m07 ruru-m07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge

elmofire1

@ruru-m07 ruru-m07 merged commit 90e43a1 into main Sep 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: new New component addition. documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant