Retents UI

Spacing

Spacing scale and layout conventions used in the design system.

The design system uses Tailwind's default 4px-based spacing scale.

Spacing scale (4px base unit)

1
4px
2
8px
3
12px
4
16px
6
24px
8
32px
10
40px
12
48px
16
64px
20
80px
24
96px

Component conventions

ContextSpacingExample
Icon gap in buttonsgap-2 (8px)Button with leading icon
Form field stackgap-2 label-to-input, gap-4 between fieldsLogin form
Card internal paddingp-4 (16px)Standard card
Card large paddingp-6 (24px)Hero or feature cards
Page section gapgap-6 to gap-8Between major sections
Dialog paddingp-6Modal body content
Table cell paddingpx-4 py-2Data table cells

Container

The container is centered with responsive max-widths:

<div className="container"> {/* centered, 2rem padding, max-w-[1400px] at 2xl */}

On this page