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
Is there any way to control layout, content, or style in a responsive manner using elm-mdl? It would be nice to use something like Material.Grid.Device outside, or have a function that returns a boolen like isTablet.
The text was updated successfully, but these errors were encountered:
Could you elaborate on using Material.Grid.Device outside - outside of what? :)
A function isTablet might be hard to realize because in Elm you just don't know if your application is running on a tablet or not. Do you have a specific example?
Is there any way to control layout, content, or style in a responsive manner using
elm-mdl
? It would be nice to use something likeMaterial.Grid.Device
outside, or have a function that returns a boolen likeisTablet
.The text was updated successfully, but these errors were encountered: