mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
7aa5d16231
Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com>
Image Component Example
This example shows how to use the Image Component in Next.js serve optimized, responsive images.
The root page (app/page.tsx) has a couple images, one internal image and one external image. In next.config.js, the domains property is used to enable external images. The other pages demonstrate the different layouts. Run or deploy the app to see how it works!
Live demo
https://image-component.nextjs.gallery
Deploy your own
How to use
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example image-component image-app
yarn create next-app --example image-component image-app
pnpm create next-app --example image-component image-app
Deploy it to the cloud with Vercel (Documentation).