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
syntax is subtly different from regular ol' snabbdom: for MaterialThing(foo, children) and snabbThing(foo, children), different properties on foo are used.
some snabbdom-material functions infer appearance from behavioral hooks, e.g. Button() is shown as disabled if there is no onClick.
This inspired me to look for a mostly- or pure-css material library that we could use instead of snabbdom-material.
Surface looks really awesome! I don't have much to say about the others, except MDL.
I've personally tried to use MDL in one of my applicaitons, but it really just does not work. There are so many bugs and problems with it's layout/grid system, and even forcing upgradeElement() on every update didn't help with a most of the behaviors that it expects.
reconsidering the choice of snabbdom-material:
MaterialThing(foo, children)
andsnabbThing(foo, children)
, different properties onfoo
are used.This inspired me to look for a mostly- or pure-css material library that we could use instead of snabbdom-material.
Options
upgradeElement
on a dom node in order to enable some behavior?currently leaning towards surface. thoughts?
The text was updated successfully, but these errors were encountered: