Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliu committed Jun 29, 2020
1 parent 52be3e3 commit 3c87cf3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
> :exclamation: **DEPRECATED** :exclamation: : Superseded by @fdmg/design-system. See: https://github.com/FDMediagroep/fd-design-system
[![Build Status](https://travis-ci.org/FDMediagroep/fd-ts-react-link-card.svg?branch=master)](https://travis-ci.org/FDMediagroep/fd-ts-react-link-card)
[![Coverage Status](https://coveralls.io/repos/github/FDMediagroep/fd-ts-react-link-card/badge.svg?branch=master)](https://coveralls.io/github/FDMediagroep/fd-ts-react-link-card?branch=master)
[![npm version](https://badge.fury.io/js/%40fdmg%2Ffd-link-card.svg)](https://badge.fury.io/js/%40fdmg%2Ffd-link-card)


# fd-link-card

FD-themed link card.

# Installation
* Run `npm i -D @fdmg/fd-link-card`

- Run `npm i -D @fdmg/fd-link-card`

# Demo

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.
* [Demo](http://static.fd.nl/react/link-card/demo.html)

- [Demo](http://static.fd.nl/react/link-card/demo.html)

# Usage

```
import LinkCard from '@fdmg/fd-link-card';
...
Expand Down

0 comments on commit 3c87cf3

Please sign in to comment.