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'm pretty new to elm, i found the menu position stuff a bit magical.
Menu.render Mdl[0] model.mdl
[Menu.ripple,Menu.Bottom left ][Menu.item
[Menu.onSelect MySelectMsg0][ text "English (US)"],Menu.item
[Menu.onSelect MySelectMsg1][ text "français"],Menu.item
[Menu.onSelect MySelectMsg2][ text "中文"]]
wondering why you introduced a function not in the library to create the illusion there was something I needed to import that had "left" in it.
Menu.render Mdl[0] model.mdl
[Menu.ripple,Menu.bottomLeft ][Menu.item
[Menu.onSelect MySelectMsg0][ text "English (US)"],Menu.item
[Menu.onSelect MySelectMsg1][ text "français"],Menu.item
[Menu.onSelect MySelectMsg2][ text "中文"]]
this seems less magical and I can search the docs for "bottomLeft"
The text was updated successfully, but these errors were encountered:
i'm pretty new to elm, i found the menu position stuff a bit magical.
wondering why you introduced a function not in the library to create the illusion there was something I needed to import that had "left" in it.
this seems less magical and I can search the docs for "bottomLeft"
The text was updated successfully, but these errors were encountered: