Focus焦点图

author: 闫申申

定义

焦点图组件。

图片展示

Focus 焦点图 - 图1

代码演示

  1. import Focus from 'pile/dist/components/focus'
  2. <Focus className="focus-demo"
  3. index = {0}
  4. width = {"375px"}
  5. loop = {true}
  6. timer = {5000}
  7. direction = "left"
  8. duration = {200}
  9. >
  10. <div className="focus-demo-item item-1">
  11. 1<div className="text-shadow">此处是文字标题一</div><
  12. /div>
  13. <div className="focus-demo-item item-2">
  14. 2<div className="text-shadow">此处是文字标题二</div><
  15. /div>
  16. <div className="focus-demo-item item-3">
  17. 3<div className="text-shadow">此处是文字标题三</div><
  18. /div>
  19. </Focus>

属性

参数 描述 数据类型 默认值
index 默认展开索引位置 number 0
width 焦点图区域宽度 string 375px
loop 是否循环 bool true
timer 自动滚动的时间间隔 number/null null
direction 方向,left:向左,right:向右 string left
duration 滚动动画时长 number 200
auto 是否自动播放 bool true

原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-focus.html