try component docs

This commit is contained in:
Jon McClure 2022-08-26 15:55:09 +01:00
parent 8bcf1a1c8a
commit 64441598db

View file

@ -1,3 +1,8 @@
<!--
@component The `Article` component contains all the content of our story and also establishes the dimensions of our article well, the default central trunk of our page layout.
[Docs](https://reuters-graphics.github.io/graphics-components/?path=/docs/layout-article--default)
-->
<script lang="ts">
/** Set to true for embeddables. */
export let embedded: boolean = false;