remove old story mds
This commit is contained in:
parent
eb5328a718
commit
b75061e9ad
3 changed files with 0 additions and 31 deletions
|
|
@ -1,11 +0,0 @@
|
|||
Reuters dotcom site footer with graphics referrals, ported from [Raptor UI components](https://github.com/tr/rcom-arc_raptor-ui/tree/develop/packages/rcom-raptor-ui_common/src/components/site-footer).
|
||||
|
||||
> **Note:** In the Graphics Kit, you can find this component in `pages/+page.svelte`. Customise it there for the default page.
|
||||
|
||||
```svelte
|
||||
<script>
|
||||
import { SiteFooter } from '@reuters-graphics/graphics-components';
|
||||
</script>
|
||||
|
||||
<SiteFooter />
|
||||
```
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
Colours are customised by the [`Theme`](?path=/docs/theming-theme--default) component.
|
||||
|
||||
```svelte
|
||||
<script>
|
||||
import { SiteFooter, Theme } from '@reuters-graphics/graphics-components';
|
||||
</script>
|
||||
|
||||
<Theme base="dark">
|
||||
<SiteFooter />
|
||||
</Theme>
|
||||
```
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
Remove graphics referrals.
|
||||
|
||||
```svelte
|
||||
<script>
|
||||
import { SiteFooter } from '@reuters-graphics/graphics-components';
|
||||
</script>
|
||||
|
||||
<SiteFooter includeReferrals="{false}" />
|
||||
```
|
||||
Loading…
Reference in a new issue