hypnagaga/src/components/Analytics/stories/docs/component.md
2023-06-10 18:23:05 +01:00

250 B

Add Google and Chartbeat analytics to your page.

<script>
  import { Analytics } from '@reuters-graphics/graphics-components';

  const authors = [{ name: 'Jane Doe' }, { name: 'John Doe' }];
</script>

<Analytics authors="{authors}" />