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
Allow adding ResponsiveContext such that designs can show responsive behavior.
Have to think about what's the best way to represent this. One generally uses ResponsiveContext.Consumer to get the current breakpoint and then change the underlying layout and/or properties based on the breakpoint.
One idea would be to enable a breakpoint feature on any component. When enabled, it would allow the designer to customize properties and children based on breakpoint.
The text was updated successfully, but these errors were encountered:
Allow adding ResponsiveContext such that designs can show responsive behavior.
Have to think about what's the best way to represent this. One generally uses ResponsiveContext.Consumer to get the current breakpoint and then change the underlying layout and/or properties based on the breakpoint.
One idea would be to enable a breakpoint feature on any component. When enabled, it would allow the designer to customize properties and children based on breakpoint.
The text was updated successfully, but these errors were encountered: