Merge pull request #33948 from backstage/flex-item-props

ui: add support for flex-item props to generic layout components
This commit is contained in:
MT Lewis
2026-04-20 09:54:14 +01:00
committed by GitHub
17 changed files with 313 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': minor
---
Add support for flex item props (`grow`, `shrink`, and `basis`) to `Box`, `Card`, `Grid`, and `Flex` itself.
**Affected components:** Box, Card, Grid, Flex