try component docs
This commit is contained in:
parent
8bcf1a1c8a
commit
64441598db
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue