ContentLinkCard

Use ContentLinkCard for one to three contextual next readings or actions. Required props are href, title, and description. Use an ordinary Markdown link when a card does not add useful structure.

Parameters

ParameterRequiredDefaultDescription
hrefYesNoneDestination URL.
titleYesNoneLink title.
descriptionYesNoneConcise link description.

Example

<ContentLinkCard
  href="/en/docs/places/overview"
  title="Prepare a GoVisit place profile"
  description="Learn how hospitality businesses prepare and maintain their GoVisit profile."
/>
Prepare a GoVisit place profileLearn how hospitality businesses prepare and maintain their GoVisit profile.