Skip to content

Title 3

dvk-title-3 is an aurora arc large-screen title header for command-center dashboards, city operations screens, and data visualization systems. It uses an open curved silhouette: a soft aurora halo, two floating orbit rails, a central translucent lens, and tiny light-bead terminals for a light, spacious title focus.

html
<dvk-title-3 title-text="AURORA OPERATIONS"></dvk-title-3>
极光城市运行中心
html
<dvk-title-3 colors="#39f6c8,#7aa8ff,#ff7bd5">
  <span>极光城市运行中心</span>
</dvk-title-3>
html
<dvk-title-3 colors="#8cfaff,#6b8dff,#b787ff" title-text="CLOUD COMMAND"></dvk-title-3>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary aurora green color for the main curved rails, lens glow, and title emphasis. When set as a JavaScript property, a DataV-style color array is also accepted.
secondary-colorstringCSS variable fallbackSecondary cool blue color for the outer arc, lens tint, and quiet terminal marks.
accent-colorstringCSS variable fallbackAccent aurora pink color for the small central arcs and right-side color drift.
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 aurora green fallback color.
--dvk-color-secondarySecondary cool blue fallback color.
--dvk-title-3-accentAccent aurora pink fallback color.
--dvk-title-3-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-3-title-topTitle content vertical center.
--dvk-title-3-title-heightTitle content height.
--dvk-title-3-title-colorTitle text color.
--dvk-title-3-title-fontTitle font shorthand.
--dvk-title-3-title-letter-spacingTitle letter spacing.
--dvk-title-3-title-glowSoft primary title glow.
--dvk-title-3-title-accent-glowSoft accent title glow.

Parts

PartDescription
graphicInternal SVG.
aurora-haloSoft curved aurora surface behind the title.
lens-glowDiffuse glow around the central title lens.
title-lensMain translucent elliptical title lens.
title-lens-innerInner curved lens surface for title focus.
orbit-railShared part for the floating curved rails.
outer-railUpper open arc rail.
inner-railLower quiet arc rail.
base-railSubtle bottom guide arc.
accent-arcSmall aurora accent strokes around the title.
terminalShared part for each side terminal group.
left-terminalLeft light-bead terminal group.
right-terminalMirrored right light-bead terminal group.
light-beadSmall terminal light points.
terminal-markQuiet vertical terminal tick marks.
contentCenter title content wrapper.
titleAlias part for the title content wrapper.
title-textGenerated title text when title-text is used.