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.
- Host: GitHub
- URL: https://github.com/pjb0811/react-staggered-list
- Owner: pjb0811
- Created: 2018-08-24T09:22:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T03:55:58.000Z (almost 8 years ago)
- Last Synced: 2025-10-09T03:57:32.641Z (8 months ago)
- Topics: list, react, react-motion, staggered
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-staggered-list
> staggered list app using react & react-motion.
[](https://www.npmjs.com/package/react-staggered-list) [](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)