Skip to content

EmptyState

File: ui/EmptyState.tsx

Category: ui

Props

NameTypeRequiredDescription
iconReactNodeNo-
titlestringYes-
descriptionstringNo-
actionReactNodeNo-

Usage

tsx
import EmptyState from '@/components/ui/EmptyState';

<EmptyState {...props} />

Released under Commercial License