Skip to content

Border Box 10

dvk-border-box-10 recreates DataV Vue3 BorderBox12 as a rounded outline panel with four animated corner glows and responsive content padding from the live host size.

Border Box 10

DataV BorderBox12-style rounded glow frame

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

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary rounded outline color.
secondary-colorstringCSS variable fallbackSecondary corner glow color.
background-colorstringtransparentPanel background fill color.
colorsstringemptyComma-separated primary and secondary colors. Use background-color for an optional panel fill.
animatedbooleantrueWhether the corner glow color animation is rendered.
pausedbooleanfalseDisables the corner glow animation while keeping the static frame visible.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary outline fallback.
--dvk-color-secondarySecondary corner glow fallback.
--dvk-border-box-10-backgroundPanel background fallback color.
--dvk-border-box-paddingShared override for automatic content inset across border boxes.
--dvk-border-box-10-paddingComponent-specific override for automatic content inset.

Parts

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