References
Class Summary
Static Public Class Summary | ||
public |
|
|
public |
ListView UI |
|
public |
ScrollView(props: object) ScrollView UI |
|
public |
Select UI |
Function Summary
Static Public Function Summary | ||
public |
ActionSheet(props: object): * ActionSheet UI |
|
public |
Button UI |
|
public |
Cell UI |
|
public |
CellBody UI |
|
public |
CellFooter(props: object): * CellFooter UI |
|
public |
CellHeader(props: object): * CellHeader UI |
|
public |
CellTips UI |
|
public |
CellTitle UI |
|
public |
Cells UI |
|
public |
Checkbox 渲染 <input type="checkbox" /> |
|
public |
ChildContainer(props: *): * |
|
public |
Dialog UI |
|
public |
淡入淡出动画组件 |
|
public |
IconAttention(props: object): * IconAttention UI |
|
public |
IconCheck UI |
|
public |
IconLoading(props: object): * IconLoading UI |
|
public |
Mask(props: props): * Mask UI |
|
public |
Notification(props: object): * Notification UI |
|
public |
Page UI 应该用于单页应用,配合 react-router 使用 |
|
public |
弹出层(抽屉)动画组件 |
|
public |
Switch(props: *): * Switch 开关,其实就是漂亮的 checkbox 渲染 <input type="checkbox" /> |
|
public |
TabBar UI |
|
public |
TabBarItem(props: *): * |
|
public |
Toast(props: *): * |
|
public |
classNames(args: string | object): string 包装返回 className |
|
public |
createInstance(Component: Component, container: node): PropTypes.element 根据传入的 Component 创建一个实例,并渲染到 container |