## 04 - 组件 - RollUp
用于图片或者数字滚动，类似老虎机效果。复杂使用可参考examples/src/screen/RollUpTest.js。
用例：
```js
<RollUp style={initStyle.item} config={config} itemArr={itemArr} className="hello" />
```