solid-design-system / solid

Monorepo for Union Investment's Solid Design System.
https://solid-design-system.fe.union-investment.de/docs/
Other
21 stars 4 forks source link

feat: ✨ sd-flipcard – add bottom alignment for all variants #1314

Open coraliefeil opened 2 months ago

coraliefeil commented 2 months ago

User Story

As a consumer of the Solid Design System, I would like to be able to use all flipcard variants with bottom alignment, so that I can present my content as desired.

Components detailed requirements

Attributes

Status Name Type Default Description
  • [ ]
variants string primary' / primary-100 / gradient-dark/ gradient-light The flipcard's variant.
  • [ ]
front-reverse-layout boolean false Controls the position of the content slot, determining whether it is placed at the top or bottom.
  • [ ]
back-reverse-layout boolean false Controls the position of the content slot, determining whether it is placed at the top or bottom.

Technical Information

Hint

we have this functionality for gradient-light-bottom and gradient-dark-bottom. So we need a primary-top and primary-bottom. And also a primary-100-top and primary-100-bottom.

Subtasks

DoR

DoD