Breakpoints
Breakpoints extend Media Queries. THey are points where the app content responds according to the device width, allowing you to write cleaner code without repeatedly rewriting the same Media Query strings.
Default Breakpoints: 360
, 576
, 768
, 1280
, 1920
Configure
Breakpoint | Default Width (px) |
---|---|
sm | <360 |
sm | 361 - 576 |
md | 577 - 768 |
lg | 769 - 1280 |
xl | >1281 |
smDown | <576 |
mdDown | <768 |
lgDown | <1280 |
smUp | >576 |
mdUp | >768 |
lgUp | >1280 |