-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More refined sizing for Mobile Devices #3
Comments
@FilledStacks did you add this feature? Is there any doc about it? |
@eherediadev it's not. I probably closed the wrong issue. Still need that to be implemented. |
The master branch actually has the refined size functionality in here. there are some unit tests failing. But I think that's only due to the sizing not mapping nicely. Currently we never get the small size which is fine. For this issue to be completed we should have a guide that shows which |
How can you define sm md lg screens on mobile? |
I think that was merged in @hajajmaor You can see how to use it by looking at the code here |
Currently we have only Desktop, Tablet, Mobile and Watch. As we know there are many different sizes in even the mobile devices. I suggest we add a Large, Medium and Small sizing within the mobile devices as an additional builder function to supply.
The text was updated successfully, but these errors were encountered: