akkudoktoreos.server.dash.components.DashboardTrigger
- akkudoktoreos.server.dash.components.DashboardTrigger(*c: ~typing.Any, cls: str | tuple | None = None, **kwargs: ~typing.Any) -> functools.partial(<function ft_hx at 0x78964c98a660>, '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