0.2.2 • Published 9 years ago

react-cards v0.2.2

Weekly downloads
9
License
MIT
Repository
github
Last release
9 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

9 years ago

0.2.1

9 years ago

0.2.0

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago