Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

[Box] Add paddingBlock and paddingInline support #10617

@laurkim

Description

@laurkim

To reduce the need to explicitly write out:

  <Box paddingInlineStart="200" paddingInlineEnd="200" paddingBlockStart="400" paddingBlockEnd="400">
    // children
  </Box>
  <Box padding="200" paddingBlockStart="400" paddingBlockEnd="400">
    // children
  </Box>

and consolidate this to:

  <Box paddingInline="200" paddingBlock="400">
    // children
  </Box>
  <Box padding="200" paddingBlock="400">
    // children
  </Box>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions