Empty - Keep React
Table of Contents#
- Default Empty
- Empty Folder
- No Result Page
- Page Not Available
- Not Found Page
- No Data Found
- API Reference
Default Empty#
Default Empty component shows a Image,title,description and redirect buttons.
Empty Folder#
Empty Folder component represents that there is not folder found in the application. You can change the image.
No Result Page#
No Result Page is a user interface element that is displayed when a search or query returns no matching results.
Page Not Available#
Not Found Page#
Page Not Available message is typically shown to users when they try to access a web page or content that is currently unavailable or does not exist.
No Data Found#
The message No Data Found is commonly displayed to users when a search, query, or request for information yields no results.
API Reference#
Explore the available props for the empty component
Property | Description | Type | Default |
---|---|---|---|
title | Title or heading of the empty component. | string | title |
content | Additional content or description for the empty component. | string | content |
redirectUrl | URL to redirect users when a certain action is taken. | string | /home |
buttonText | Text for the button that triggers a specific action. | string | Go To Home Page |
redirectBtnSize | Redirects button size | xs sm md lg | md |
image | Image displayed in the empty component. | ReactNode | None |
buttonType | Redirect Button type | primary dashed text linkPrimary linkGray outlineGray outlinePrimary default | primary |