Development guide

Contact-block <x-contact-block>

Properties

Property Attribute Type Default Description
techName tech-name string ''
titleClass title-class string title title--h5
title title string ''
titleSize title-size string ''

Voorbeeldcode:

<x-contact-block title="Voorbeeld titel" :tech-name="'example'" :title-class="'title'">
    Dit is een voorbeeld
</x-contact-block>
Voorbeeld titel
Dit is een voorbeeld