1.0.1 • Published 3 years ago

react-flippingcard v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-flipcard

React lib to create flip cards, vertically or horizontally

NPM JavaScript Style Guide

Install

npm install --save react-flipcard

Usage

import React, { Component } from 'react'

import {FlipCard} from 'react-flipcard'


class Example extends Component {
  render() {
   return <FlipCard front={<div><h1>Front face</h1></div>} back={<div><h1>Back face</h1></div>} />
  }
}

License

MIT © shenoyaditya11