# react-flippingcard

> React lib to create flip cards, vertically or horizontally

Latest version **1.0.1** (published 2021-06-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-flippingcard
pnpm add react-flippingcard
yarn add react-flippingcard
bun add react-flippingcard
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-06-07 |
| First published | 2021-06-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 14.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | shenoyaditya11 |
| Maintainers | shenoyaditya11 |

## Links

- npm: https://www.npmjs.com/package/react-flippingcard
- Repository: https://github.com/shenoyaditya11/react-flipcard
- Homepage: https://github.com/shenoyaditya11/react-flipcard#readme
- Issues: https://github.com/shenoyaditya11/react-flipcard/issues
- npm.io page: https://npm.io/package/react-flippingcard

## Recent versions

- 1.0.1 (latest) — 2021-06-07
- 1.0.0 — 2021-06-07

## README

# react-flipcard

> React lib to create flip cards, vertically or horizontally

[![NPM](https://img.shields.io/npm/v/react-flipcard.svg)](https://www.npmjs.com/package/react-flipcard) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-flipcard
```

## Usage

```jsx
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](https://github.com/shenoyaditya11)

---
_Source: https://npm.io/package/react-flippingcard · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
