Skip to content

Border Box 9

dvk-border-box-9 recreates DataV Vue3 BorderBox7 as a glowing panel with a 1px host border, inset shadow, and two layers of rounded corner linework drawn from the live host size.

Border Box 9

DataV BorderBox7-style glowing corner frame

LIVE
Requests2.84M+18.6%
Latency38ms-9.2%
Uptime99.98%+0.3%
html
<dvk-border-box-9 colors="#235fa7,#4fd2dd" background-color="rgba(5, 18, 46, 0.22)">
  <section>Border Box 9</section>
</dvk-border-box-9>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary border, outer corner, and inset glow color.
secondary-colorstringCSS variable fallbackSecondary inner corner line color.
background-colorstringtransparentPanel background color.
colorsstringemptyComma-separated primary and secondary colors. Use background-color for an optional panel fill.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary border and glow fallback.
--dvk-color-secondarySecondary corner line fallback.
--dvk-border-box-9-backgroundPanel background fallback color.
--dvk-border-box-9-border-colorBorder color override.
--dvk-border-box-9-border-widthBorder width override.
--dvk-border-box-paddingShared override for automatic content inset across border boxes.
--dvk-border-box-9-paddingComponent-specific override for automatic content inset.

Parts

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