Skip to content

Decoration 4

dvk-decoration-4 recreates the responsive diamond panel from DataV Vue3 Decoration11 as a framework-agnostic Web Component. It draws the four corner ornaments, main diamond frame, and side accent lines from the host width and height, then centers slotted content over the SVG.

Decoration 4
html
<dvk-decoration-4>
  <strong>Decoration 4</strong>
</dvk-decoration-4>

Props

NameTypeDefaultNotes
colorstringCSS variable fallbackPrimary frame color.
secondary-colorstringCSS variable fallbackCorner ornament color.
colorsstringemptyComma-separated primary and secondary colors.

Events

NameDetail
dvk-ready{ tagName }

CSS Variables

NameMeaning
--dvk-color-primaryPrimary fallback color.
--dvk-color-secondarySecondary fallback color.
--dvk-decoration-4-paddingPadding applied to the centered content layer.

Parts

PartDescription
graphicInternal SVG.
cornerShared part for all four corner ornaments.
top-left-cornerTop-left corner ornament.
bottom-left-cornerBottom-left corner ornament.
top-right-cornerTop-right corner ornament.
bottom-right-cornerBottom-right corner ornament.
frameMain diamond panel polygon.
side-lineShared part for both inner side accent lines.
left-lineLeft inner accent line.
right-lineRight inner accent line.
contentCentered slotted content layer.