Merge pull request #33116 from backstage/interactive-cards

feat(ui): add interactive overlay to Card component
This commit is contained in:
Charles de Dreuille
2026-03-04 20:40:07 +00:00
committed by GitHub
11 changed files with 695 additions and 66 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Added interactive support to the `Card` component. Pass `onPress` to make the entire card surface pressable, or `href` to make it navigate to a URL. A transparent overlay handles the interaction while nested buttons and links remain independently clickable.