# NotificationBlock

## Installation

```tsx
import { NotificationBlock } from 'uxp/components';
```

## Signature

```tsx
const NotificationBlock: React.FunctionComponent<INotificationProps>
```

## Examples

```tsx
<NotificationBlock message="-- End Of Content --" class="end-of-content" />
```

## Properties

| Name    | Type   | Mandatory | Default Value | Example Value |
| ------- | ------ | --------- | ------------- | ------------- |
| message | string | Yes       | -             | -             |
| class   | string | No        | -             | -             |
| styles  | any    | No        | -             | -             |

## Related Types

* [INotificationProps](https://help.iviva.com/uxp/v5/additional-resources/types/inotificationprops)
