0.1.8 • Published 8 years ago

react-tinderable v0.1.8

Weekly downloads
31
License
-
Repository
github
Last release
8 years ago

react-tinderable

Usage

Install react-tinderable from npm

npm install react-tinderable

In your javascript, require react-tinderable and render a Tinderable component

var React = require('react'),
    Tinderable = require('react-tinderable');

var data = [
  {title: '', text: '', id: '', image: ''}
];

React.render(
    <Tinderable initialCardsData={data} />,
    document.body
);

Dev

Clone the repo

git clone git@github.com:dgellow/react-tinderable.git
cd react-tinderable

Install dependencies

npm install

Build JSX

npm run build

or

npm run watch

Build and run examples

npm run examples

Author

Samuel El-Borai aka dgellow, http://webp.ch

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago