Renders the BeamConsole header, navigation, and browser-owned theme controls.
Summary
Functions
Renders the dashboard header with tabs, recording controls, refresh, and theme selection.
Renders one option in the system/light/dark theme control.
Functions
@spec header(map()) :: Phoenix.LiveView.Rendered.t()
Renders the dashboard header with tabs, recording controls, refresh, and theme selection.
Attributes
page_title(:string) (required)status_label(:string) (required)status_state(:atom) (required)filter_form(:map) (required)tab(:atom) (required)tab_paths(:map) (required)recorder_activity(:atom) (required)refresh_pending?(:boolean) - Defaults tofalse.
@spec theme_button(map()) :: Phoenix.LiveView.Rendered.t()
Renders one option in the system/light/dark theme control.
Attributes
mode(:string) (required)label(:string) (required)
Slots
inner_block(required)