akkudoktoreos.server.dash.components.DashboardHeader
- akkudoktoreos.server.dash.components.DashboardHeader(title: str | None) -> functools.partial(<function ft_hx at 0x72adcaf758a0>, '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