Releases: custom-cards/stack-in-card
Releases · custom-cards/stack-in-card
0.2.0
0.1.1
0.1.0
New Features
- Support for flags to keep a bunch of CSS properties on the child cards:
If you set everything to
- type: custom:stack-in-card mode: horizontal keep: box_shadow: true/false margin: true/false border_radius: true/false background: true/false outer_padding: true/false
true
(andouter_padding
tofalse
), it is the equivalent of a standardvertical-stack
orhorizontal-stack
. The default isfalse
.
You can achieve things like this by stackingstack-in-cards
together: