2.0.2 • Published 6 years ago

@fdmg/fd-card v2.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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>