Skip to content

Decoration 10

dvk-decoration-10 is a restrained enterprise radar HUD for dark data-center screens. It renders a deep black-blue technical background, low-opacity grid and circuit traces, concentric radar rings, radial guides, precision ticks, segmented light arcs, sparse particles, target signal points, and a translucent clockwise scanning beam with a bright leading edge. A default slot sits above the SVG so the radar can frame a compact metric, status badge, or icon.

html
<dvk-decoration-10></dvk-decoration-10>
A03RADAR
html
<dvk-decoration-10 colors="#66f5ff,#2f8cff,#a688ff" dur="8">
  <strong>A03</strong>
</dvk-decoration-10>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary cyan neon color for radar rings, ticks, scanner edge, particles, and target cores. When set as a JavaScript property, a DataV-style color array is also accepted.
secondary-colorstringCSS variable fallbackSecondary blue color for grid lines, guide rings, data flow, and radar shadows.
colorsstringemptyComma-separated primary, secondary, and optional accent colors.
durnumber8Clockwise scanner rotation duration in seconds. Values are clamped to the 6-10 second radar range.
animatedbooleantrueEnables scanner, pulse, flowing arc, ripple, and data-line animations.
pausedbooleanfalseStops all animations while keeping the static radar geometry visible.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary fallback color.
--dvk-color-secondarySecondary fallback color.
--dvk-color-accentOptional pale-purple accent fallback color.

Parts

PartDescription
graphicInternal SVG.
backgroundDeep black-blue radial HUD background.
gridLow-opacity technical grid overlay.
background-nodesGroup containing subtle background flicker nodes.
background-nodeIndividual background flicker node.
data-flowGroup containing circuit-like data flow lines.
data-lineIndividual data flow trace.
ripple-gridGroup containing side signal wave ripples.
signal-rippleIndividual expanding side signal wave.
haloSoft concentric radar guide rings.
radial-gridGroup containing radial guide lines.
radial-lineIndividual radial grid line.
ringShared part for radar arc paths.
outer-ringStatic segmented outer light arc.
inner-ringStatic inner segmented light arc.
flow-ringSlowly rotating low-intensity flowing arc group.
flow-arcIndividual flowing arc segment.
segmented-ringGroup containing static segmented rings.
ticksGroup containing precision tick marks.
tickIndividual tick mark.
particlesGroup containing sparse HUD particles.
particleIndividual particle point.
scannerClockwise rotating scanner group.
scan-beamTranslucent radar scan sector.
scan-edgeBright leading edge of the scan sector.
targetsGroup containing target signal points.
targetIndividual target signal.
target-rippleExpanding pulse around a target.
target-coreTarget core light point.
centerCenter radar hub group.
center-pulseBreathing center point.
contentCentered slot content wrapper.