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

https://github.com/pjb0811/react-staggered-list

staggered list app using react & react-motion.
https://github.com/pjb0811/react-staggered-list

list react react-motion staggered

Last synced: about 2 months ago
JSON representation

staggered list app using react & react-motion.

Awesome Lists containing this project

README

          

# react-staggered-list

> staggered list app using react & react-motion.

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

This package is included in [react-motion-components](https://github.com/pjb0811/react-motion-components).

## Install

```bash
npm install --save react-staggered-list
```

## Usage

[demo](https://codesandbox.io/s/w01nwo9r0l)

```tsx
import * as React from 'react';

import StaggeredList from 'react-staggered-list';

class Example extends React.Component {
render() {
return (


react-staggered-list










);
}
}
```

## License

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