Development guide

Card tile <x-card-tile>

Properties

Property Attribute Type Default Description
image image string '' Afbeelding die in de tile komt te staan. De afbeelding is verplicht
url url string '' De url waarnaar de card verwijst
title title string '' Titel van de card
titleTag title-tag string h3 Titel html element
description description string '' Omschrijving van de card

Voorbeeldcode:

<x-card-tile
    image="/assets/img/logo-dark.svg"
    url="#"
    title="Voorbeeld"
    description="Dit is een voorbeeld omschrijving"
/>
Voorbeeld

Voorbeeld

Dit is een voorbeeld omschrijving