akkudoktoreos.server.dash.components.DashboardTabs

akkudoktoreos.server.dash.components.DashboardTabs(dashboard_items: dict[str, str]) Card

Creates a dashboard tab with dynamic dashboard items.

Parameters:

dashboard_items (dict[str, str]) – A dictionary of dashboard items where keys are item names and values are paths for navigation.

Returns:

A styled Card component containing the dashboard tabs.

Return type:

Card