Drawers manager (like modals manager) #5869
Closed
fengye87
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
voting up! i also would like to see a drawer manager available.. since in my responsive use case, the web version use modal and the mobile version use drawer, i would like to be able to easily invoke some notification/confirmation by doing something like:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Modals manager makes it very easy to open any dynamic modal whenever needed using the
modals.open()
method. But when it comes to Drawer, things becomes not so easy. Since Drawer and Modal share some common usages, could we get a Drawers manager here?Beta Was this translation helpful? Give feedback.
All reactions