PhoenixKitWeb.Components.Core.MaintenancePage (phoenix_kit v1.6.3)

View Source

Displays a full-page maintenance message.

This component is shown to non-admin users when the Maintenance module is enabled, replacing the normal page content.

Summary

Functions

Renders a full-page maintenance message.

Functions

maintenance_page(assigns)

Renders a full-page maintenance message.

Attributes

  • header - Main heading text (default: loaded from settings)
  • subtext - Descriptive text (default: loaded from settings)

Examples

<.maintenance_page />
<.maintenance_page header="Coming Soon" subtext="Check back later!" />

Attributes

  • header (:string) - Defaults to nil.
  • subtext (:string) - Defaults to nil.