Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 254 Bytes

File metadata and controls

14 lines (11 loc) · 254 Bytes
@primer/brand-primitives patch
@primer/react-brand patch

Added configurable Card.Image padding, which allows for full-bleed images to be displayed.

Example:

<Card hasBorder>
  <Card.Image padding="none" {...rest} />
</Card>