Action card

Action card component is used to display a card with an optional tagline, a title, a description and an action link within a card. Clicking anywhere on the card allows trigger the routerLink.

Action card is internally using Pastanaga pa-card component.

Inputs

disabled
Disable the card, meaning clicking on the card will do nothing. Optional
description
Action description
navigateTo
Url to be passed to routerLink
tagLine
Optional tag line to be displayed on top of the card. Optional
textLink
Text of the call-to-action displayed on the bottom of the card.
title
Title of the action.
{{code}}