@fdmg/fd-carddeprecated

FD-themed card

Usage no npm install needed!

<script type="module">
  import fdmgFdCard from 'https://cdn.skypack.dev/@fdmg/fd-card';
</script>

README

Build Status Coverage Status npm version Greenkeeper badge

fd-card

FD-themed Card.

Installation

  • Run npm i -D @fdmg/fd-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.

Usage

import Card from '@fdmg/fd-card';
...
<Card>Default card</Card>