EmptyState
Placeholder for empty content areas. Shows icon, title, description, and optional action.
Preview
Usage
import { EmptyState } from '@ramtt/ui'
<EmptyState
title="No sessions"
description="Upload a FIT file to get started."
action={<Button>Upload</Button>}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Primary text |
| description | string | — | Secondary text |
| icon | ReactNode | — | Leading icon |
| action | ReactNode | — | Action button |