import { Meta } from '@storybook/blocks'; import * as SiteHeaderStories from './SiteHeader.stories.svelte'; # SiteHeader Reuters dotcom site header, ported from [Raptor UI components](https://github.com/tr/rcom-arc_raptor-ui/tree/develop/packages/rcom-raptor-ui_common/src/components/site-header). > **Note:** In the graphics kit, you can find this component in `pages/+page.svelte`. Customise it there for the default page. ```svelte ``` ## Dark theme Colours are customised by the [`Theme`](?path=/docs/theming-theme--default) component. ([Demo](?path=/story/components-page-furniture-siteheader--customised-theme)) ```svelte ```