Fancy dropdown items
Closed this issue · 2 comments
imalsogreg commented
I'm trying to replace my ad-hoc use of semui classes with reflex-dom-semui
.
A menu-item here is a several-line MonadWidget
action that splits the item into a pair of <span>
s to separately decorate. To get this in reflex-dom-semui
would we need one of your semUiDropdown
functions to take an argument Dynamic t (Map a (m ()))
rather than Dynamic t (Map a Text)
?
mightybyte commented
Yeah, that sounds reasonable. This dropdown stuff needs a lot of expansion. Maybe add a new function instead of changing the existing one.
imalsogreg commented