Skip to content

Decoration 2

dvk-decoration-2 recreates the two-row dotted light decoration from DataV Vue3 Decoration3 as a framework-agnostic Web Component. It uses a 300 x 35 SVG reference grid and scales to the host element.

html
<dvk-decoration-2 colors="#7acaec,transparent"></dvk-decoration-2>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary point color.
secondary-colorstringCSS variable fallbackAnimated point color.
colorsstringemptyComma-separated primary and animated point colors.
point-sizenumber7Base SVG size for each decoration point.
animatedbooleantrueEnables point fill animation.
pausedbooleanfalsePauses the point fill animation.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary fallback color.
--dvk-color-secondaryAnimated fallback color.

Parts

PartDescription
graphicInternal SVG.
pointIndividual point rectangles.