Skip to content

DividerSpacing

DividerSpacing = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7

Defined in: src/components/layout/Divider/Divider.types.ts:20

Spacing map — numeric indexes map onto the theme spacing scale.

  • 0 → no spacing
  • 1xs (2px)
  • 2sm (4px)
  • 3md (8px)
  • 4lg (12px)
  • 5xl (16px)
  • 6xxl (24px)
  • 7xxxl (32px)