EmptyState
Displays an empty state message.
Usage
import { EmptyState } from '@abbyyproduct/ui/components/empty-state';<EmptyState
title="No items found"
description="Try searching for something else."
/>Examples
Default
No Data Available
It looks like there is no data to display at the moment. Try adding some data to see it here.
Custom Icon
No Data Available
It looks like there is no data to display at the moment. Try adding some data to see it here.
Custom Title and Description
No Items
There are no items to display.
Last updated on