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%
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.
high-precision source-clipped HUD frame with live chart content
<dvk-border-box-6 colors="#04b9f2,#102132,#00b7f0" glow-intensity="1">
<section>Border Box 6</section>
</dvk-border-box-6>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.
<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>| Name | Type | Default | Notes |
|---|---|---|---|
color | string | CSS variable fallback | Primary cyan glow and body color. |
secondary-color | string | CSS variable fallback | Dark structural frame and shadow color. |
accent-color | string | CSS variable fallback | Bright cyan highlight color used by the solid trace layer. |
colors | string | empty | Comma-separated primary, secondary, and accent colors. |
glow-intensity | number | 1 | Multiplier for SVG blur filters that create the layered glow. |
| Name | Detail |
|---|---|
dvk-ready | { tagName } |
| Name | Meaning |
|---|---|
--dvk-color-primary | Primary fallback color. |
--dvk-color-secondary | Secondary fallback color. |
--dvk-color-accent | Accent fallback color. |
--dvk-border-box-padding | Shared override for automatic content inset across border boxes. |
--dvk-border-box-6-padding | Component-specific override for automatic content inset. |
--dvk-border-box-6-glow-opacity | Static glow layer opacity. |
| Part | Description |
|---|---|
frame | Absolute frame layer. |
graphic | Internal SVG. |
content | Slotted content wrapper. |