Skip to content

Components

Source URL: https://nextjs.org/docs/pages/api-reference/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.
  • Head
    • Add custom elements to the head of your page with the built-in Head component.
  • Image
    • Optimize Images in your Next.js Application using the built-in next/image Component.
  • Image (Legacy)
    • Backwards compatible Image Optimization with the Legacy Image component.
  • Link
    • API reference for the <Link> component.
  • Script
    • Optimize third-party scripts in your Next.js application using the built-in next/script Component.