Development guide

Banner x-banner

Properties

Property Attribute Type Default Description
Title title string ''
Content content string ''
Button link btnLink string ''
Button text btnText string ''
Use minimal useMinimal bool false Bij het gebruik van de kleinere banner wordt de 'Title' property niet gebruikt

Standaard

<x-banner title="Blijf op de hoogte" btnLink="#" btnText="Schrijf je nu in">
    <x-slot:content>
        Altijd op de hoogte blijven van al onze nieuwtjes? Meld je dan nu aan voor onze nieuwsbrief.
    </x-slot:content>
</x-banner>

Minimaal

<x-banner btnLink="#" btnText="Van onderneming wisselen" :useMinimal="true">
    <x-slot:content>
        U bent momenteel aan de slag voor <strong>Careyn Thuiszorg Breda</strong>
    </x-slot:content>
</x-banner>