Skip to content

Decoration 9

dvk-decoration-9 is a minimal enterprise HUD rail for dark data-screen surfaces. It uses separated horizontal guide lines for extension, short angled corner guides for irregular rhythm, then places two independent angled parallelogram modules as restrained visual anchors. The geometry never stitches the blocks into the lines, so reverse can be used to build clean left-right symmetry.

html
<dvk-decoration-9></dvk-decoration-9>
html
<dvk-decoration-9></dvk-decoration-9>
<dvk-decoration-9 reverse></dvk-decoration-9>
html
<dvk-decoration-9 colors="#6ee7ff,#2f8cff,#52f0b5"></dvk-decoration-9>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary cool cyan line color. When set as a JavaScript property, a DataV-style color array is also accepted.
secondary-colorstringCSS variable fallbackSecondary blue glow and module color.
accent-colorstringCSS variable fallbackAccent highlight color for a small independent module and tick.
colorsstringemptyComma-separated primary, secondary, and accent colors.
reversebooleanfalseMirrors the full rail horizontally for paired symmetric decoration.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary fallback color.
--dvk-color-secondarySecondary fallback color.
--dvk-decoration-9-accentCold accent fallback color.

Parts

PartDescription
graphicInternal SVG.
line-glowSoft glow pass for the horizontal guide lines.
glow-lineIndividual glow line.
line-layerCrisp visible line and tick layer.
lineShared part for horizontal guide lines.
primary-linePrimary horizontal rail segment.
secondary-lineSecondary horizontal rail segment.
dim-lineQuiet supporting rail segment.
corner-lineShared part for independent angled corner guide lines.
primary-corner-linePrimary angled corner guide.
secondary-corner-lineSecondary angled corner guide.
dim-corner-lineQuiet angled corner guide.
tickShort independent horizontal tick.
block-layerIndependent parallelogram module layer.
blockShared part for all parallelogram modules.
secondary-blockSecondary module.
accent-blockAccent module.