akkudoktoreos.server.dash.admin.AdminButton
- akkudoktoreos.server.dash.admin.AdminButton(*c: Any, cls: str | tuple | None = None, **kwargs: Any) → Button
Creates a styled button for administrative actions.
- Parameters:
*c (Any) – Positional arguments representing the button’s content.
cls (Optional[Union[str, tuple]]) – Additional CSS classes for styling. Defaults to None.
**kwargs (Any) – Additional keyword arguments passed to the Button.
- Returns:
A styled Button component for admin actions.
- Return type:
Button