Usage
import { Space, SpaceProps } from "@desk/ui/components/space";Best practices
Reach for
Spaceonly for a fixed one-off gap between siblings; consistent spacing across many children belongs on aStack/Flex/Groupgapinstead.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| h | ResponsiveValue<"base" | "2xs" | "xs" | "sm" | "lg" | "xl" | "2xl" | "3xl"> | Height - ComponentSize token. Can be responsive. | |
| responsiveMode | ResponsiveMode | Responsive mode: "screen" (viewport) or "container" (container queries). | |
| w | ResponsiveValue<"base" | "2xs" | "xs" | "sm" | "lg" | "xl" | "2xl" | "3xl"> | Width - ComponentSize token. Can be responsive. |
Also exports
- interface
SpaceProps