import { Meta, Canvas } from '@storybook/blocks'; import * as SiteHeadlineStories from './SiteHeadline.stories.svelte'; # SiteHeadline The `SiteHeadline` component creates a simplified Reuters Graphics headline, loosely modelled off the Reuters.com styles. Styles for this headline are intentionally restricted. It is meant to serve as a unifying style for quick-turnaround breaking news pages. ```svelte ``` ## Using with ArchieML docs With the graphics kit, you'll likely get your text value from an ArchieML doc... ```yaml # ArchieML doc section: Global News # Optional sectionUrl: https://www.reuters.com/graphics/ # Optional hed: A beautiful page authors: Samuel Granados, Dea Bankova published: 2022-09-12T08:30:00.000Z updated: ``` ... which you'll pass to the `SiteHeadline` component. ```svelte ```