component AccessibleChartSummary { props { eyebrow = "" title = "" description = "" href = "" actionLabel = "Learn more" image = "" alt = "" class = "" } view {
Chart summary
Delivered
96.8%
Engaged
42.1%
Converted
8.7%
{#if eyebrow}{eyebrow}{/if}{#if title}

{title}

{/if}{#if description}

{description}

{/if}{#if href}{actionLabel}{/if}
} }