EmptyState πŸ“Œ

A generic state used on screens or widgets that are empty or have no data.

System Component πŸ“Œ

This component is shipped with BlueBase Core.

Usage

import { EmptyState } from '@bluebase/core';

// Then somewhere in your app:
<EmptyState/>

Properties

prop

type

required

default

description

testID

string

no

-

Used to locate this view in end-to-end tests.

Last updated

Was this helpful?