0.2.2 • Published 8 years ago

react-cards v0.2.2

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

React Cards

A Simple React Component

DEMO

Install

npm install --save react-cards

Settings

import React from 'react';
import ReactDom from 'react-dom';
import Card from 'react-cards';

class App extends React.Component {
  render() {
    return (
      <Card
        src='path/to/img'
        titleSmallWord='Small word'
        titleBigWord='Big word'
        color='Overlay color'>
        Whatever text Here
      </Card>
    );
  }
}

ReactDom.render(<App />, document.getElementById('App'));
0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago