❗ DEPRECATED ❗ : Superseded by @fdmg/design-system. See: https://github.com/FDMediagroep/fd-design-system
FD-themed Card.
- Run
npm i -D @fdmg/fd-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 Card from '@fdmg/fd-card';
...
<Card>Default card</Card>