[O3 Framework](../API.md) / showNotification

# Function: showNotification()

> **showNotification**(`notification`): `void`

Defined in: [packages/framework/esm-styleguide/src/notifications/index.tsx:43](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/notifications/index.tsx#L43)

Displays an inline notification in the UI.

## Parameters

### notification

[`NotificationDescriptor`](../interfaces/NotificationDescriptor.md)

The description of the notification to display.

## Returns

`void`
