Skip to content

Border Box 6

dvk-border-box-6 renders a high-precision cyan HUD frame recreated from the supplied 1672 x 941 SVG. It keeps the traced source layers as inline SVG paths, clips fixed detail modules from the original coordinates, and extends only clean edge strips so the frame can resize without stretching the whole artwork.

Border Box 6

high-precision source-clipped HUD frame with live chart content

LIVE
Requests2.84M+18.6%
Latency38ms-9.2%
Uptime99.98%+0.3%
html
<dvk-border-box-6 colors="#04b9f2,#102132,#00b7f0" glow-intensity="1">
  <section>Border Box 6</section>
</dvk-border-box-6>

Free Border

dvk-border-box-6 behaves like a decorative border. The host box can be fixed, responsive, or content-sized by normal CSS, while the component keeps corners, marker stacks, bottom hatch details, and other source modules fixed. Only measured straight strips are stretched along one axis.

html
<dvk-border-box-6 colors="#04b9f2,#102132,#00b7f0">
  <section>
    <h3>Free border panel</h3>
    <p>The border adapts to the content box.</p>
  </section>
</dvk-border-box-6>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary cyan glow and body color.
secondary-colorstringCSS variable fallbackDark structural frame and shadow color.
accent-colorstringCSS variable fallbackBright cyan highlight color used by the solid trace layer.
colorsstringemptyComma-separated primary, secondary, and accent colors.
glow-intensitynumber1Multiplier for SVG blur filters that create the layered glow.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary fallback color.
--dvk-color-secondarySecondary fallback color.
--dvk-color-accentAccent fallback color.
--dvk-border-box-paddingShared override for automatic content inset across border boxes.
--dvk-border-box-6-paddingComponent-specific override for automatic content inset.
--dvk-border-box-6-glow-opacityStatic glow layer opacity.

Parts

PartDescription
frameAbsolute frame layer.
graphicInternal SVG.
contentSlotted content wrapper.