Add Accessible Resizable Panel Group Component #220
Merged
fahimahammed merged 8 commits intofahimahammed:stagefrom Oct 26, 2025
Merged
Add Accessible Resizable Panel Group Component #220fahimahammed merged 8 commits intofahimahammed:stagefrom
fahimahammed merged 8 commits intofahimahammed:stagefrom
Conversation
…components data entry
…h naming conventions
There was a problem hiding this comment.
Great job, @VINAYMADIVAL! Thanks for creating the pull request.
Soon the maintainers/owner will review it and provide you with feedback/suggestions.
Make sure to star this awesome repository and follow the account!
- DevUI
Owner
|
please resolve merge conflict |
Contributor
Author
|
@fahimahammed done |
Contributor
Author
|
@fahimahammed I've resolved merge conflict can you please merge it? |
1 similar comment
Contributor
Author
|
@fahimahammed I've resolved merge conflict can you please merge it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a self-contained, accessible Resizable Panel Group component that allows users to dynamically adjust panel widths using both mouse and keyboard input.
It provides a horizontally resizable layout with smooth pointer dragging and full keyboard accessibility for an inclusive user experience.
This is the first component under the “Layout” category, extending DevUI’s component library to include flexible layout primitives.
Related Issue
Fixes #219
Changes Made
src/components/ui/resizable.tsx— self-contained Resizable Panel Group component supporting:src/data/components.tsxwith demo metadata.Screenshots or GIFs (if applicable)
Checklist
Additional Notes
cn()— no external dependencies.