# `PhoenixKitWeb.Components.Core.DevNotice`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.165/lib/phoenix_kit_web/components/core/dev_notice.ex#L1)

Development mode notice component for the local mailbox.

Only renders when the mailer is configured to run locally
(`PhoenixKit.Config.mailer_local?() == true`).

# `dev_mailbox_notice`

Renders a development mode notice pointing to the local mailbox.

Only renders in local development mode when `Config.mailer_local?()` is true.

## Attributes

- `message` - The email type shown after "mailbox for" (default: "confirmation emails")
- `class` - Additional CSS classes for the alert div (default: "mt-4")

## Examples

    <.dev_mailbox_notice />
    <.dev_mailbox_notice message="reset emails" />
    <.dev_mailbox_notice message="magic link emails" class="mt-4 w-full sm:w-fit" />

## Attributes

* `message` (`:string`) - Defaults to `"confirmation emails"`.
* `class` (`:string`) - Defaults to `"mt-4"`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
