Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyde46/react-stacked-card-list
- Owner: Hyde46
- License: mit
- Created: 2020-09-30T13:56:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T13:08:22.000Z (about 4 years ago)
- Last Synced: 2024-10-12T22:36:48.311Z (2 months ago)
- Topics: card, cardlist, component, list, react, stacked
- Language: JavaScript
- Homepage: https://hyde46.github.io/react-stacked-card-list/
- Size: 626 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)