Empty state components display a message when there's no content to show, guiding users on what to do next.
Description Error
Prop | Type | Default |
|---|---|---|
No dataThere are no records to display | ||
The Empty component is used to communicate empty states in your application. It can display different visual styles based on the type prop, and can include optional actions through either a link (href) or a click handler (onclick).