diff --git a/packages/next/README.md b/packages/next/README.md index 375e08c..76f8313 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -62,6 +62,13 @@ For more examples, read [the Cypress component tests](./cypress/component). | `sizes` | `string` | Sets [`next/image`'s `sizes`](https://nextjs.org/docs/pages/api-reference/components/image#sizes) prop. | `imageLoader` | `Function` | This is passed through [to `next/image`'s `loader` prop](https://nextjs.org/docs/app/api-reference/components/image#loader). +### Video + +| Prop | Type | Description +| -- | -- | -- +| `paused` | `boolean` | Disables autoplay of videos. This prop is reactive, unlike the `paused` property of the html `