EmptyState
Display actionable feedback when no data is available.
EmptyState
is used when there is no data available in a list, table, or other data visualizations.
Source
Theme source
@saas-ui/core
- 2.11.4 (latest)
Import#
import { EmptyState } from '@saas-ui/react'
Usage#
Basic EmptyState#
Composition#
In case you want more control you can compose your own EmptyState component.
Was this helpful?