This page is also available as Markdown at /docs/14/app/api-reference/components.md. For an index of Next.js 14 documentation, see /docs/14/llms.txt.
Components
Last updated June 28, 2023
Font
Optimizing loading web fonts with the built-in `next/font` loaders.
<Image>
Optimize Images in your Next.js Application using the built-in `next/image` Component.
<Link>
Enable fast client-side navigation with the built-in `next/link` component.
<Script>
Optimize third-party scripts in your Next.js application using the built-in `next/script` Component.
Was this helpful?