akkudoktoreos.server.dash.components.DashboardHeader

akkudoktoreos.server.dash.components.DashboardHeader(title: str | None) -> functools.partial(<function ft_hx at 0x78964c98a660>, 'div')

Creates a styled header with a title.

Parameters:

title (Optional[str]) – The title text for the header.

Returns:

A styled Div element containing the header.

Return type:

Div