You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on a UI that needed the behaviour of a Dialog with a Menu as the content. Basically a DropdownMenu but as a Dialog.
I was wondering what is the reasoning behind not exposing all the internal components. Exposing components such as Menu, DismissibleLayer, Popper and others could allow for greater composition opportunites. Do we think this is a good idea?
Additional information
I intend to submit a PR for this feature.
I have already implemented and/or tested this feature.
The text was updated successfully, but these errors were encountered:
Describe the feature
Hey great work on the v2 release 🥳
I was working on a UI that needed the behaviour of a
Dialog
with aMenu
as the content. Basically aDropdownMenu
but as aDialog
.I was wondering what is the reasoning behind not exposing all the internal components. Exposing components such as
Menu
,DismissibleLayer
,Popper
and others could allow for greater composition opportunites. Do we think this is a good idea?Additional information
The text was updated successfully, but these errors were encountered: