Skip to main content

Breakpoints

Breakpoints are used to adjust the layout and appearance of elements in the interface based on different screen sizes.

import Breakpoints from '@dynatrace/strato-design-tokens/breakpoints';
SampleToken NameValueDescription
Breakpoints.Max.Mobile640pxUse to constrain screen sizes that are 640px wide or less.
Breakpoints.Min.Tablet641pxUse to constrain screen sizes that are 961px wide or more.
Breakpoints.Max.Tablet960pxUse to constrain screen sizes that are 641px wide or more.
Breakpoints.Min.Desktop961pxUse to constrain screen sizes that are 1920 wide or less.
Breakpoints.Max.Desktop1920pxUse to constrain screen sizes that are 960px wide or less.
Breakpoints.Min.Widescreen1921pxUse to constrain screen sizes that are 1921px wide or more.
Still have questions?
Find answers in the Dynatrace Community