Empty Placeholder


A flexible component that can be customized to show placeholder content when there is no data.

Empty Placeholder

import EmptyPlaceholder from "@/components/EmptyPlaceholder";
 
...
 
<EmptyPlaceholder>
  {/* Add React components, text, or whatever you want here */}
</EmptyPlaceholder>

Last Updated: March 5