New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-tinderable

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tinderable

Tinder-like swipeable component in React

latest
Source
npmnpm
Version
0.1.8
Version published
Weekly downloads
27
58.82%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 14 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts