Skip to content

Waterfall 瀑布流布局

A layout that places elements in optimal positions based on available vertical space.

Basic Usage

loading

Five Columns

Use the cols prop to set the layout to five columns.

loading

Image Waterfall

Waterfall is perfect for displaying images with different heights.

loading

API

PropDescriptionTypeDefault
itemsArray of items to displayany[][]
colsNumber of columnsnumber3
gapGap between items in pixelsnumber16

Slots

NameDescription
defaultCustom content for each item, scoped with { item }

MIT License