Skip to content

Indusy/waterfalljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waterfalljs

瀑布流

使用

yarn dev 编译

引入 lib/waterfalljs.js

new waterfall({
    grid: '.__waterfall-grid',   // string, 必选,grid 容器选择器
    items: '.__waterfall-item',   // string, 必选,item 格子选择器
    columnWidth: 200,  // number, 可选,item 宽度,默认值 200
    gap: 20,  // number,可选,item 间隔,默认值 20
});

About

瀑布流

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published