Subtitle
Title - TC2: Banner clickable
susbtitle
Title TC3: Banner without URL
TC6: Banner just with Text
Subtitle
TC6: Banner just Text+ subtitle
linear-gradient(to top, #1D1D1B 0%, rgba(29,29,27,0) 100%)
Option a: Block is solid black at the bottom and fades to transparent at the top
linear-gradient(to top, rgba(29,29,27,0) 0%, #1D1D1B 100%)
Option b: Block is transparent at the bottom and fades to black at the top.
linear-gradient(0deg, rgba(29,29,27,0) 0%, #1D1D1B 100%)
Option c: Identical to Option 2 (different CSS syntax)
linear-gradient(0deg, rgba(29,29,27,0) 0%, #1D1D1B 100%)
Option c: Identical to Option 2 (different CSS syntax)
image
TC9: Background options-
color
TC9: Background options
viewItemListHandler(e.detail.wrap)"
>
active = e.detail"
x-transition:enter="ease-out duration-300"
x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100"
x-transition:leave="ease-in duration-300"
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0">

{
params = e.detail.params || {};
e.detail.active ? show('outer', $event) : hide('outer', $event);
}"
>
Zur Wunschliste hinzufügen