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
Currently the dropdown components (and sub components) make it possible to render anything within the "popped out" box, but this gives us consumers a lot of freedom. I would like to see some more guidance in how to render these dropdown lists.
How about a DropdownList or DropdownMenu component that is just a styled ul and li list?
Requirements
Don't narrow down the API of the dropdown component itself, people should still be allowed to render things above or below the list.
Standardise the way we create context menus
Design/Examples
Currently within the Lightspeed products, we've seen some context menus being used within the sidebar:
But also in our some other places:
Both of these designs already show and proof that the implementations are going all over the place, while they're pretty similar.
The text was updated successfully, but these errors were encountered:
Description
Currently the dropdown components (and sub components) make it possible to render anything within the "popped out" box, but this gives us consumers a lot of freedom. I would like to see some more guidance in how to render these dropdown lists.
How about a
DropdownList
orDropdownMenu
component that is just a styledul
andli
list?Requirements
Design/Examples
Currently within the Lightspeed products, we've seen some context menus being used within the sidebar:
But also in our some other places:
Both of these designs already show and proof that the implementations are going all over the place, while they're pretty similar.
The text was updated successfully, but these errors were encountered: