十七.内置组件

17 阅读1分钟
  1. view 类似div 块级容器
  2. text 类似span 行内容器
  3. rich-text 类似v-html nodes 
  4. scroll-view 滚动容器 父容器比里面的内容小一点 scroll-x scroll-y bindscroll 
  5. swiper,swiper-item 轮播图 indicator-dots小圆点 circular 无限循环
  6. image 类似img 默认宽高 320*240 mode属性 aspectFit长的边要在等比例缩放的全部显示 aspectFill 等比例缩放短边要全部显示(类似background-size里面cover,contain)
  7. button type (warn,primary,default) size(mini) disabled plain 事件bindtap 
  8. input 没有边框 事件bindinput bindchange 
  9. block 包裹性组件
  10. icon图标

<icon type="success"/>
<icon type="warn"/>
<icon type="waiting"/>
<icon type="success_no_circle"/>
<icon type="circle"/>
<icon type="download"/>
<icon type="cancel"/>
<icon type="search"/>
  1. 复选框 <checkbox checked/>
  2. 单选框 <radio checked/>
  3. 开关 <switch />