Empty No data component yet
Effect demonstration
1. Default effect
<Box flex={1}>
<Empty />
</Box>

2. Custom pictures
<Empty customImg={<Image source={require('../../assets/img/pic_empty.png')} />} />

API
| Properties | Required | Description | Type | Default Value |
|---|---|---|---|---|
| emptyText | false | Text dom with no data yet | ReactNode | No data yet |
| customImg | false | custom img | ReactNode |