akkudoktoreos.server.dash.components.DashboardTrigger
- akkudoktoreos.server.dash.components.DashboardTrigger(*c: Any, cls: str | tuple | None = None, **kwargs: partial(<function ft_hx at 0x7a21753c3560>, 'button')
Creates a styled button for the dashboard trigger.
- Parameters:
*c – Positional arguments to pass to the button.
cls (Optional[str]) – Additional CSS classes for styling. Defaults to None.
**kwargs – Additional keyword arguments for the button.
- Returns:
A styled Button component.
- Return type:
Button