I need to make some custom UI. That when I pass a certain width (breakpoint) that that part is automatically hidden. Most of the things you can do by using the css breakpoints, but not all.
I found a library that has this functionality, but I would like to limit the number of external libs. How whould you guys think about incorporating this behavior in Blazorise?
@MitchellNZ I think you implemented similar functionality on Bar component. It might be good idea to move it to the Layout or just copy the same functionality on Layout. Either way there could be as BreakpointChanged event after each change.
Or maybe have BreakpointService that could be injected into every component that needs it.
This sounds like a good idea!
I will take a look into this when I get a chance.
@MitchellNZ do you think this would be a good feature for 0.9.4?
@stsrki Yup - that sounds good.
Most helpful comment
@stsrki Yup - that sounds good.