Skip to content

LoadingHeartbeatStrip

Source: client/lib/theme/vueda-tailwind/display/index.js

Mono status row that separates request identity from live loading state.

Vue component: LoadingHeartbeatStrip

SlotDefault classesDescription
root2 classesMono status row that separates request identity from live loading state.
idflex items-center gap-1.5 min-w-0 shrink truncateTruncated request identifier group on the leading side of the strip.
statusflex items-center gap-1.5 shrink-0Trailing status group for dependency count and heartbeat dot.
dot2 classesDefault heartbeat dot using the primary loading tint.
dotSlow2 classesSlow-path heartbeat dot using the warning tint.

root

Mono status row that separates request identity from live loading state.

Default classes:

text
flex items-center justify-between gap-4
font-mono text-[11px] leading-none text-muted-foreground

Source: client/lib/theme/vueda-tailwind/display/LoadingHeartbeatStrip.theme.js:16

id

Truncated request identifier group on the leading side of the strip.

Default classes:

flex items-center gap-1.5 min-w-0 shrink truncate

Source: client/lib/theme/vueda-tailwind/display/LoadingHeartbeatStrip.theme.js:23

status

Trailing status group for dependency count and heartbeat dot.

Default classes:

flex items-center gap-1.5 shrink-0

Source: client/lib/theme/vueda-tailwind/display/LoadingHeartbeatStrip.theme.js:27

dot

Default heartbeat dot using the primary loading tint.

Default classes:

text
inline-block w-1.5 h-1.5 rounded-full bg-primary text-primary
animate-vueda-heartbeat-pulse

Source: client/lib/theme/vueda-tailwind/display/LoadingHeartbeatStrip.theme.js:31

dotSlow

Slow-path heartbeat dot using the warning tint.

Default classes:

text
inline-block w-1.5 h-1.5 rounded-full bg-warning text-warning
animate-vueda-heartbeat-pulse

Source: client/lib/theme/vueda-tailwind/display/LoadingHeartbeatStrip.theme.js:35

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2