❗ DEPRECATED ❗ : Superseded by @fdmg/design-system. See: https://github.com/FDMediagroep/fd-design-system
FD-themed link card.
- Run
npm i -D @fdmg/fd-link-card
To run the demo, check-out this repository and run npm run build-demo
.
After the build succeeded you can open dist/demo.html
with your webbrowser.
import LinkCard from '@fdmg/fd-link-card';
...
<LinkCard
link="/mijn-nieuws"
title="Beheer"
linkText="Ga naar laatste nieuws"
/>