PhoenixKitWeb.Components.Core.MaintenancePage (phoenix_kit v1.6.3)
View SourceDisplays 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
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 tonil.subtext(:string) - Defaults tonil.