HealthScanning

components/health/Scanning.vue

Rounded pill container with default slot for metric content, icon slot for visual indicator, and a manage action button.

Active Scanners
4
Scans Today
NaN
Avg Response
142
ms
Scenarios
Empty — no metrics
Custom icon slot
Threats Blocked
23
components/health/Scanning.vue

Usage

<HealthScanning manageTxt = "Manage" > Content here </HealthScanning>

Props

PropTypeDefaultDescription
manageTxtString'Manage'Label text for the action button

Events

EventDescription
manageEmitted when the manage button is clicked

Slots

SlotDescription
defaultMain content area — typically metric components
iconIcon/image area — defaults to a grey circle placeholder

Related