Components
Source URL: https://nextjs.org/docs/pages/api-reference/components
Components
Section titled “Components”- Font
- API Reference for the Font Module
- Form
- Learn how to use the
<Form>component to handle form submissions and search params updates with client-side navigation.
- Learn how to use the
- Head
- Add custom elements to the
headof your page with the built-in Head component.
- Add custom elements to the
- Image
- Optimize Images in your Next.js Application using the built-in
next/imageComponent.
- Optimize Images in your Next.js Application using the built-in
- Image (Legacy)
- Backwards compatible Image Optimization with the Legacy Image component.
- Link
- API reference for the
<Link>component.
- API reference for the
- Script
- Optimize third-party scripts in your Next.js application using the built-in
next/scriptComponent.
- Optimize third-party scripts in your Next.js application using the built-in