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: add dnd components #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

brionmario
Copy link
Member

@brionmario brionmario commented Jan 9, 2025

Purpose

This pull request introduces a new Drag and Drop (DnD) feature for the React component library. The main changes include adding new components for DnD functionality, updating the storybook configuration to include the new DnD component, and adding corresponding styles and documentation.

New DnD Feature:

Storybook and Documentation Updates:

Styling:

Drag & Drop Story

Screenshot 2025-01-09 at 14 27 11

Related Issues

Related PRs

  • N/A

Checklist

  • Figma Board Updated. (Mandatory for Icon and Component PRs. If you don't have access, please ask the core team to update it.)
  • UX/UI review done on the final implementation.
  • Story provided. (Add screenshots)
  • Manual test round performed and verified.
  • Unit tests provided. (Add links if there are any)
  • Documentation provided. (Add links if there are any)

Security checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need a set of hooks and components to easily implement a Drag & Drop (DnD) usecase.
1 participant