@atlaskit/primitives
Version:
Primitives are token-backed low-level building blocks.
15 lines (11 loc) • 605 B
text/mdx
title: Responsive
description: Responsive helpers and primitives to build responsive UIs.
order: 2
## Media query helpers
The `media.above`, `media.below`, and `media.only` helpers are deprecated for styling. Use the
canonical media-query types from granular `@atlaskit/css/at-rules/*` entrypoints instead. The
[CSS overview](/components/css/overview) explains the supported typed syntax, and the
[breakpoint reference](/components/primitives/responsive/breakpoints) lists the available queries.
The responsive `Show` and `Hide` primitives remain supported for conditionally rendering content.