Skip to main content
Renders the centred message that stands in for content when there is nothing to show.

Parameters

__namedParameters

TapEmptyStateProps

Returns

ReactElement

Remarks

Centres its text in --fg-muted with the title in --fg-default. Use it for an empty result or a surface the install has not been granted; a failure belongs in TapErrorState, which carries a retry and announces itself as an alert.

Example