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.Mobile640px

    Use to constrain screen sizes that are 640px wide or less.

    Breakpoints.Min.Tablet641px

    Use to constrain screen sizes that are 961px wide or more.

    Breakpoints.Max.Tablet960px

    Use to constrain screen sizes that are 641px wide or more.

    Breakpoints.Min.Desktop961px

    Use to constrain screen sizes that are 1920 wide or less.

    Breakpoints.Max.Desktop1920px

    Use to constrain screen sizes that are 960px wide or less.

    Breakpoints.Min.Widescreen1921px

    Use to constrain screen sizes that are 1921px wide or more.

    Still have questions?
    Find answers in the Dynatrace Community