Skip to main content

Empty No data component yet

Effect demonstration

1. Default effect

<Box flex={1}>
<Empty />
</Box>
empty-ios1.png

2. Custom pictures

<Empty customImg={<Image source={require('../../assets/img/pic_empty.png')} />} />
empty-ios2.png

API

PropertiesRequiredDescriptionTypeDefault Value
emptyTextfalseText dom with no data yetReactNodeNo data yet
customImgfalsecustom imgReactNode