-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
[dashboardLayout] Support a resizable drawer #4374
Comments
Hi @prakhargupta1 I am working on this issue, My Approach is to create a Custom ResizePanel Component and allow the user to resize in bigger view ports
And use it on the getDrawerContent Dashboard like this
My question is, do we need to use a library like React-Split for this feature, or do custom components work? waiting for the answers |
Hi @prakhargupta1, I am on this feature, please let me know how to proceed further? |
Currently, we support a
sidebarExpandedWidth
prop in DashboardLayout. But it remains fixed for the end user. It could be interesting to offer a draggable handle to let them resize it.Originally posted by @Janpot in #4266 (comment)
Example
https://drag-to-resize-sidebar.vercel.app/
The text was updated successfully, but these errors were encountered: