EmptyState
No projects yet
Create your first project to get started.
import { EmptyState, Button } from '@gg-software/ui';
<EmptyState
icon="📭"
title="No projects yet"
description="Create your first project to get started."
action={<Button variant="primary">New project</Button>}
/>;Props
| Prop | Type | Default | Description |
|---|---|---|---|
icon | ReactNode | — | |
title | ReactNode | — | |
description | ReactNode | — | |
action | ReactNode | — | |
className | string | — |
* required · generated from packages/ui/src/display/EmptyState/EmptyState.tsx