-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: added drawer component #2223
Conversation
Signed-off-by: The1111mp <The1111mp@outlook.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@1111mp is attempting to deploy a commit to the NextUI Team on Vercel. A member of the Team first needs to authorize it. |
Hi, any updates on this PR ?? People are waiting... :D |
any updates on this? |
Component looks great 🤩 |
any updates on this? |
Any updates? |
📝 Description
Added Drawer component.
Learned about some user feature requests from #2134 [Feature Request] Some Components Feature Suggestions, so I started to implement them from the simplest components (Because it can almost reuse Modal’s design and code).
⛳️ Current behavior (updates)
There is currently no support for the Drawer component.
🚀 New behavior
We can have the Drawer component.
💣 Is this a breaking change (Yes/No):
No. Supports the new Drawer component, which will not have any impact on other components.
📝 Additional Information
There is currently some work yet to be completed, such as Drawer documentation and usage examples. Because I don’t know whether such code complies with the specifications of the warehouse, I initiated a PR in advance to confirm this. If all goes well I will continue with the rest of the work.
Feel free to point out my questions at any time. Of course, if you already have Drawer-related implementation plans or other questions, please let me know and I will close this PR. Thank you.
This is a continuation of the previous PR #2202.