React Card

View project on GitHub

*WIP*

basic example, no arguments

use of style prop

TODO

use of className prop

use of noStyle prop

Trello-like

Usage

First, don't use it. It's not any good yet

$ npm install react-card-object

In your ES2015 app:

import { Card } from 'react-card-object';

In your ES5 app:


var ReactCard = require('react-card-object');
var Card = ReactCard.Card;