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

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

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

```