rsnext/examples/image-component/pages
Artur Bień e0ca2ba544
feat(image): DataURL placeholder support for <Image /> (#53442)
Adds support for base64-encoded `placeholder`. Enables using placeholders without the "blur" effect.

Fixes #47639
- [x] Add support for DataURL placeholder
- [x] Add tests
- [x] Update docs

Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
2023-08-11 23:45:20 +00:00
..
_app.tsx [Docs] Migrate image-component example to typescript (#40204) 2022-09-05 09:28:23 -07:00
background.tsx Update next/image docs and examples (#41434) 2022-10-17 10:41:35 -04:00
color.tsx Update next/image docs and examples (#41434) 2022-10-17 10:41:35 -04:00
fill.tsx Broken link in example page (#42135) 2022-10-30 00:20:11 +00:00
index.tsx chore: add light/dark mode theme detection to image component example (#53760) 2023-08-09 14:55:42 +00:00
placeholder.tsx Update next/image docs and examples (#41434) 2022-10-17 10:41:35 -04:00
responsive.tsx fix: Wrong link to source in "responsive" image example (#43081) 2022-11-18 18:16:37 +01:00
shimmer.tsx feat(image): DataURL placeholder support for <Image /> (#53442) 2023-08-11 23:45:20 +00:00
theme.tsx chore: add light/dark mode theme detection to image component example (#53760) 2023-08-09 14:55:42 +00:00