Back to Next Js

Image Component Example

examples/image-component/README.md

16.2.51.4 KB
Original Source

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:

bash
npx create-next-app --example image-component image-app
bash
yarn create next-app --example image-component image-app
bash
pnpm create next-app --example image-component image-app

Deploy it to the cloud with Vercel (Documentation).