Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyde46/react-stacked-card-list

Stacked card list component
https://github.com/hyde46/react-stacked-card-list

card cardlist component list react stacked

Last synced: about 1 month ago
JSON representation

Stacked card list component

Awesome Lists containing this project

README

        

# react-stacked-card-list

> React port of [Fireship-IO stacked card list](https://github.com/fireship-io/stacked-card-list)

Checkout the [live Version](https://hyde46.github.io/react-stacked-card-list/)

[![NPM](https://img.shields.io/npm/v/react-stacked-card-list.svg)](https://www.npmjs.com/package/react-stacked-card-list) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-stacked-card-list
```

## Usage

```jsx
import React from 'react'

import { StackedCardList, StackedCard } from 'react-stacked-card-list'
import 'react-stacked-card-list/dist/index.css'

const App = () => {
/**
* :
*/
let tags = {
GitHub: 'https://github.com/Hyde46/react-stacked-card-list',
SomeTag: '#'
}
let jdCard = (

)
let turkCard = (

)
return
}
```

## License

MIT © [Hyde46](https://github.com/Hyde46)