Strategy Card

Display a Strategy Card which fetches data referenced via its id property. The layout property affects the cover image height.

'id',
'layout' => 'default', // default | compact
<x-strategyCard id="123" layout="default" href="#">
    <x-slot:tags>
        <x-tag label="Ferien" />
        <x-tag label="Ökologisch" />
    </x-slot>
</x-strategyCard>