# EmptyState 📌

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

{% hint style="info" %}

#### System Component 📌

This component is shipped with BlueBase Core.
{% endhint %}

## Usage

```jsx
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. |
