Skip to content

Title 2

dvk-title-2 is a deep glass large-screen top title bar based on the provided SVG. It keeps the dark blue-black background band, symmetric mechanical wing panels, thin cyber-blue rails, a restrained center flow line, and a gold title focus for command-center dashboards.

html
<dvk-title-2 title-text="智慧指挥平台"></dvk-title-2>
作战指挥中心
html
<dvk-title-2 colors="#7cf6ff,#2f70ff,#ffd36d">
  <span>作战指挥中心</span>
</dvk-title-2>
html
<dvk-title-2 colors="#52f0b5,#1487ff,#f9e7a0" title-text="CITY OPERATIONS"></dvk-title-2>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary cyan color for luminous rails, micro grid strokes, flow lines, and small HUD details. When set as a JavaScript property, a DataV-style color array is also accepted.
secondary-colorstringCSS variable fallbackSecondary deep blue color for wing surfaces, outer strokes, and edge gradients.
accent-colorstringCSS variable fallbackAccent color for the centered title text.
colorsstringemptyComma-separated primary, secondary, and accent colors.
title-textstringemptyOptional centered system name. When omitted, the default slot is rendered inside the title area.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary cyan fallback color.
--dvk-color-secondarySecondary blue fallback color.
--dvk-title-2-accentAccent fallback color for the title text.
--dvk-title-2-title-widthTitle box width. When unset the box follows its own text. Wider than the centre panel, the text overlaps the side decoration.
--dvk-title-2-title-topTitle content area top offset, aligned to the inner title panel by default.
--dvk-title-2-title-heightTitle content area height, aligned to the inner title panel by default.
--dvk-title-2-title-colorTitle text color override.
--dvk-title-2-title-fontTitle font shorthand.
--dvk-title-2-title-letter-spacingTitle letter spacing.
--dvk-title-2-title-strokeSubtle bright text edge glow.
--dvk-title-2-title-glowSoft gold title glow.

Parts

PartDescription
graphicInternal SVG.
backgroundDark blue-black background band.
micro-gridLow-opacity technical grid texture.
wingShared part for each symmetric side wing.
left-wingLeft mechanical wing group.
right-wingRight mechanical wing group.
wing-surfaceGlassy translucent side wing surface.
wing-inner-lineInner outline of each wing.
glass-sheenSubtle clipped reflection across the wing panels.
edge-lineBrighter wing edge rail.
detail-lineQuiet internal HUD line detail.
glow-accentSoft short highlight on each wing.
center-panelCenter title structure.
title-panelOuter center title panel.
title-inner-panelInner center title surface.
center-edgeBright top and bottom center panel rails.
quiet-lineLow-opacity center panel guide line.
side-connectorShort connector strokes between wings and title panel.
flow-lineHorizontal center flow light below the title panel.
contentCenter title content wrapper.
titleAlias part for the title content wrapper.
title-textGenerated title text when title-text is used.