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

https://github.com/peterroe/uwaterfall

Vue3-component-layout-waterfall🌊
https://github.com/peterroe/uwaterfall

component layout vue3

Last synced: 10 months ago
JSON representation

Vue3-component-layout-waterfall🌊

Awesome Lists containing this project

README

          

## purpose

基于Vue3.x的瀑布流布局组件

## Usage

```shell
$ npm install uwaterfall
```

```js
import { createApp } from 'vue'
import App from './App.vue'

import UWaterfall from 'uwaterfall' //import component
import 'uwaterfall/dist/style.css' //import style

createApp(App).use(UWaterfall).mount('#app')
```

```vue







```

效果预览: [Demo](https://peterroe.github.io/UWaterfall/)

## Props

| props | usage |
| ----- | ----- |
| `columnCount` | 列数 |
| `columnGap` | 间距 |