Skip to content

Border Box 15

dvk-border-box-15 recreates DataV Vue3 BorderBox6 as a lightweight responsive panel with four fixed corner dots, short corner ticks, straight edge rails, and an optional background fill.

Border Box 15

DataV BorderBox6-style thin rail frame

LIVE
Requests2.84M+18.6%
Latency38ms-9.2%
Uptime99.98%+0.3%
html
<dvk-border-box-15 colors="rgba(255, 255, 255, 0.42),#8ea0b8" background-color="rgba(5, 18, 46, 0.28)">
  <section>Border Box 15</section>
</dvk-border-box-15>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary rail stroke color.
secondary-colorstringCSS variable fallbackCorner dot color.
background-colorstringtransparentPanel background fill 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 rail fallback color.
--dvk-color-secondaryCorner dot fallback color.
--dvk-border-box-15-backgroundPanel background fallback color.
--dvk-border-box-paddingShared override for automatic content inset across border boxes.
--dvk-border-box-15-paddingComponent-specific override for automatic content inset.

Parts

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