Border Box 4
source-clipped HUD frame adapting around ECharts content
LIVE
Requests2.84M+18.6%
Latency38ms-9.2%
Uptime99.98%+0.3%
dvk-border-box-4 renders a dense neon HUD frame adapted from the provided 1672 x 941 vector SVG material. It keeps the original ornate corners and detail modules as inline SVG linework, then extends the edge sections from source-clipped straight strips so the border follows normal CSS layout sizes without stretching the whole SVG.
source-clipped HUD frame adapting around ECharts content
<dvk-border-box-4 colors="#36d9ff,#1ecfff,#c9fbff" glow-intensity="1">
<section>Border Box 4</section>
</dvk-border-box-4>| Name | Type | Default | Notes |
|---|---|---|---|
color | string | CSS variable fallback | Primary cyan line and glint color. |
secondary-color | string | CSS variable fallback | Secondary glow and fine frame color. |
accent-color | string | CSS variable fallback | Hot highlight color used by nodes, strokes, and HUD ticks. |
colors | string | empty | Comma-separated primary, secondary, and accent colors. |
glow-intensity | number | 1 | Multiplier for SVG blur filters that create the layered neon 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-4-padding | Component-specific override for automatic content inset. |
--dvk-border-box-4-glow-opacity | Static glow layer opacity. |
| Part | Description |
|---|---|
frame | Absolute frame layer. |
graphic | Internal SVG. |
content | Slotted content wrapper. |