EmptyState
Placeholder when no data is available.
Examples
Default
No results
Try a different filter, or clear the search.
Demo.tsxtsx
import { Button, EmptyState, Icon } from '@var-ui/react';
<EmptyState
icon={<Icon name="search" size="lg" />}
title="No results"
description="Try a different filter, or clear the search."
action={<Button tone="accent" appearance="filled">Clear filters</Button>}
/>Props
Accessibility
Built on React Aria Components where applicable.