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
Currently the responsive prop is way to complex, quite nested objects, I'm thinking on flat the object and separate it into several different props. what do you guys think?
This will be a breaking change so if possible I will try to push it to V4.
What I have in mind is something like this:
Create one prop for each breakpoints mobile, tablet, touch, desktop, widescreen, fullhd with this shape.
if so, then i prefer something like onMobile, or onDesktop. Also, I think we should have separate props for viewport-specific helpers, like onDesktopOnly and onMobileOnly.
Currently the responsive prop is way to complex, quite nested objects, I'm thinking on flat the object and separate it into several different props. what do you guys think?
This will be a breaking change so if possible I will try to push it to V4.
What I have in mind is something like this:
Create one prop for each breakpoints
mobile, tablet, touch, desktop, widescreen, fullhd
with this shape.The text was updated successfully, but these errors were encountered: