Skip to content

Commit 1a5ef15

Browse files
Added 2 values to the props table at 02-components/image.mdx (#83160)
Added `unoptimized` and `decoding` props to the props table (the table at the top of the doc page). I was looking for the `unoptimized` prop and thought it wasn't in this page because I could not find it at the props table. I think it's better included there since it's not deprecated. The same goes for `decoding`. Added them with the same syntax as the rest values in the table. Thanks. Co-authored-by: Joseph <[email protected]>
1 parent 9160160 commit 1a5ef15

File tree

1 file changed

+2
-0
lines changed
  • docs/01-app/03-api-reference/02-components

1 file changed

+2
-0
lines changed

docs/01-app/03-api-reference/02-components/image.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ The following props are available:
5353
| [`onError`](#onerror) | `onError(event => fail()}` | Function | - |
5454
| [`loading`](#loading) | `loading="lazy"` | String | - |
5555
| [`blurDataURL`](#blurdataurl) | `blurDataURL="data:image/jpeg..."` | String | - |
56+
| [`unoptimized`](#unoptimized) | `unoptimized={true}` | Boolean | - |
5657
| [`overrideSrc`](#overridesrc) | `overrideSrc="/seo.png"` | String | - |
58+
| [`decoding`](#decoding) | `decoding="async"` | String | - |
5759
</div>
5860

5961
#### `src`

0 commit comments

Comments
 (0)