Skip to content

Decoration 1

dvk-decoration-1 is the first decoration component in datav-kit. It recreates the animated vertical bar effect from DataV Vue3 Decoration6 as a framework-agnostic Web Component.

html
<dvk-decoration-1 colors="#7acaec,#4fd2dd"></dvk-decoration-1>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary bar color.
secondary-colorstringCSS variable fallbackSecondary bar color.
colorsstringemptyComma-separated primary and secondary colors.
bar-widthnumber7Base SVG width for each animated bar.
animatedbooleantrueEnables bar height animation.
pausedbooleanfalsePauses the bar height animation.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary fallback color.
--dvk-color-secondarySecondary fallback color.

Parts

PartDescription
graphicInternal SVG.
barIndividual animated bar rectangles.