3.0.1 • Published 6 years ago
vue2-waterfall v3.0.1
vue2-waterfall
Overview
An AutoHeight Waterfall Component For Vue2
Install
Install vue2-waterfall
npm install vue2-waterfallImport vue2-waterfall
ES6/commonjs import style is supported.
// ES6
import {Waterfall, WaterfallItem} from 'vue2-waterfall';
// commonjs
const Waterfall = require("vue2-waterfall").Waterfall;
const WaterfallItem = require("vue2-waterfall").WaterfallItem;or link as a script in an html file and access global variable Vue2Waterfall.
<script src="dist/vue2-waterfall.js"></script>Usage
<Waterfall>
<WaterfallItem>item1</WaterfallItem>
<WaterfallItem>item2</WaterfallItem>
<WaterfallItem>item3</WaterfallItem>
...
</Waterfall>options
| Option | Description | default | type |
|---|---|---|---|
| options | masonry options | {} | Object |
LICENSE
MIT@PLDaily
3.0.1
6 years ago
3.0.0
6 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.1-rc
7 years ago
2.0.0-rc
7 years ago
2.0.0-RC2
7 years ago
2.0.0-RC1
7 years ago
2.0.0-RC
7 years ago
2.0.0
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago