- view 类似div 块级容器
- text 类似span 行内容器
- rich-text 类似v-html nodes
- scroll-view 滚动容器 父容器比里面的内容小一点 scroll-x scroll-y bindscroll
- swiper,swiper-item 轮播图 indicator-dots小圆点 circular 无限循环
- image 类似img 默认宽高 320*240 mode属性 aspectFit长的边要在等比例缩放的全部显示 aspectFill 等比例缩放短边要全部显示(类似background-size里面cover,contain)
- button type (warn,primary,default) size(mini) disabled plain 事件bindtap
- input 没有边框 事件bindinput bindchange
- block 包裹性组件
- 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"/>
- 复选框
<checkbox checked/>
- 单选框
<radio checked/>
- 开关
<switch />