Skip to content

UIEmptyState

Basic
No sessions yet
Start a new session to see it here.
With action
No instruments installed
Browse the catalog to find instruments for your workflow.
PropTypeDefaultDescription
titlestringrequiredMain message
descriptionstringSupporting text
actionReactNodeAction element (button, link, etc.)
import { UIEmptyState, UIButton } from "tango-api";
<UIEmptyState
title="Nothing here"
description="Create something to get started."
action={<UIButton label="Create" variant="primary" onClick={handleCreate} />}
/>