0.0.4 • Published 6 years ago

rox-empty-page v0.0.4

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

rox-empty

API

参数说明类型默认值
type提示类型string404
feedbackText提示文案string
btnText按钮文案string
onPress点击按钮后触发回调functionfalse
jumpText底部跳转链接文本string
jumpLink底部跳转链接string
import EmptyPage from 'rox-empty-page'

<EmptyPage type="404" feedbackText="出错了" btnText="我知道了" onPress={() => { console.log('press') }} jumpText="去首页看看" jumpLink="http://m.1688.com/" />