Improve responsive design for smaller screen sizes with a breakpoint provider component? #2895
PascalVorwerk
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Like you said, you already have the FluentGrid and nothing else is planned at this moment. What do you want and what is not possible with the FluentGrid, because you have |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I was wondering if there is any interest to enhance the development for smaller screen sizes in Fluent UI through things like break point providers or css utility classes. Some other providers of components offer these things:
Mudblazor: https://mudblazor.com/components/breakpointprovider#api
Syncfusion: https://blazor.syncfusion.com/documentation/media-query/break-points
(And probably a few more)
I think it would be interesting to build one of these approaches into this library to enhance the capabilities of developers to improve their UI for smaller screens. I know there already is a Grid component that allows you to do this, but this is more about making it easier to 'change UI depening on screen sizes'. For example, it might make it easier to collapse a navmenu depending on breakpoints.
Beta Was this translation helpful? Give feedback.
All reactions