1

Is there any way of using breakpoints in Microsoft's Fluent UI Northstar? While I acknowledge that they don't support mobile yet, even on desktop you have be responsive to window size changes.

SebastianR
  • 1,683
  • 2
  • 17
  • 33

1 Answers1

1

It looks like the Fluent UI React library doesn't support this feature, but I was successful using react-responsive to change my layout depending on screen size.

SebastianR
  • 1,683
  • 2
  • 17
  • 33