https://github.com/catsjuice/masonry-flow
A React/Vue component to render masonry layout
https://github.com/catsjuice/masonry-flow
grid grid-layout masonry masonry-layout
Last synced: 1 day ago
JSON representation
A React/Vue component to render masonry layout
- Host: GitHub
- URL: https://github.com/catsjuice/masonry-flow
- Owner: CatsJuice
- License: mit
- Created: 2024-04-04T14:21:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T14:26:01.000Z (9 months ago)
- Last Synced: 2025-04-11T23:48:00.886Z (11 days ago)
- Topics: grid, grid-layout, masonry, masonry-layout
- Language: TypeScript
- Homepage: https://masonry.oooo.so
- Size: 833 KB
- Stars: 28
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playground
[masonry.oooo.so](https://masonry.oooo.so)
# Install
```
npm install masonry-flow
```# Usage
## React
```tsx
import MasonryFlow from "masonry-flow/react";
1
2
3
;
```## Vue
```vue
import { MasonryFlowRoot, MasonryFlowItem } from "masonry-flow/vue";
1
2
3
```