1.0.6 • Published 2 years ago

tarojs-waterfall v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

taro 瀑布流组件

采用 react 编写,依赖 taro-ui 组件

参数

type Image = { id: string | number; image: string; position?: 'ahead';

}

  • dis = 4 // 每列距离
  • images = [] as Image[] // 列数据
  • card = (data: Image) => {data.image} // 卡片
  • onScrollToLower = () => {} // 加载更多事件
  • loading = false // 是否正在加载
  • header = // 放在头部的组件
  • emptyComponent = // 没有数据时展示的组件

使用方式

import Waterfall from "tarojs-waterfall";

<Waterfall
  images={images}
  loading={loading}
  onScrollToLower={loadMore}
  card={waterfallCard}
/>;

show

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago