> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/flow/flow-components/scoped-notification.md).

# Scoped Notification

## Overview

<figure><img src="/files/28nirwDye2BlOFD0uEzL" alt="" width="375"><figcaption></figcaption></figure>

The Scoped Notification displays a styled message block within a Flow screen to communicate status, warnings, errors, or instructions. It is a purely informational component — it has no interactions and no output variables.

***

## Configuration

To configure it, click the component on the Flow screen. The Edit Scoped Notification Component panel opens on the right with two tabs: Properties and Style. The sections below mirror the Properties tab.

### Properties

| Setting       | What It Does                                                                                                                         |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Variant**   | Sets the color theme: **Base** (gray, default), **Dark** (dark gray), **Error** (red), **Success** (green), or **Warning** (yellow). |
| **Title**     | The heading text displayed in bold at the top of the notification.                                                                   |
| **Content**   | The body text of the notification. Supports rich text formatting.                                                                    |
| **Icon Name** | An optional Lightning Design System icon displayed to the left of the notification content.                                          |
| **Icon Size** | Size of the icon: XX-Small, X-Small, Small, Medium, or **Large** (default).                                                          |

***

## Styling

{% tabs %}
{% tab title="Margin" %}
Controls the outer spacing around the notification.

* **Top / Right / Bottom / Left:** Adjust the space on each side.
  {% endtab %}

{% tab title="Padding" %}
Controls the inner spacing between the notification content and its edges.

* **Top / Right / Bottom / Left:** Adjust the inner spacing on each side.
  {% endtab %}

{% tab title="Size" %}
Controls the notification's width.

* **Width / Min Width / Max Width:** Set or constrain the notification width.
  {% endtab %}

{% tab title="Border" %}
Customizes the notification border.

* **Color / Size / Style / Radius:** Set the border color, thickness, line style, and corner rounding.
  {% endtab %}

{% tab title="Scoped Notification" %}
Sets the notification colors, applied to the selected **Variant**.

* **Background Color:** The notification background color.
* **Text Color:** The notification text color.
  {% endtab %}

{% tab title="Icon" %}
Styles the icon shown beside the message.

* **Icon Background Color / Icon Foreground Color:** The icon's background and foreground colors.
* **Icon Radius:** The roundness of the icon corners.
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.avonnicomponents.com/flow/flow-components/scoped-notification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
