Report Highlight Widget
<ic-report-hero> is a magazine-style hero for a team's most recently published report — cover, eyebrow, title, quick-action links, and CEO quote. It ships in the ic-reports.js bundle. This demo uses the investorcaller team.
1. Featured report (actions-style="pills")
The most recently published report with pill-shaped quick-action buttons (Report, Presentation, Webcast) and the CEO quote. This matches the Investor Caller marketing demo.
<ic-report-hero team="investorcaller" actions-style="pills"></ic-report-hero>
2. Variants
Only one <ic-report-hero> can be live per page — every
instance morphs the same #ic-report-hero-body target — so the
alternatives below are shown as markup only.
Default link actions — omit actions-style (or
set it to "links") to render the quick actions as plain links
instead of pills:
<ic-report-hero team="investorcaller"></ic-report-hero>
Localized — set locale to fi or
sv (subject to the team's supported locales):
<ic-report-hero team="investorcaller" locale="fi"></ic-report-hero>