Skip to content

Files

Latest commit

 

History

History
31 lines (22 loc) · 508 Bytes

Meta.md

File metadata and controls

31 lines (22 loc) · 508 Bytes
title
Meta

Meta

[MODES: framework]

Summary

Reference Documentation ↗

Renders all the <meta> tags created by route module meta export. You should render it inside the <head> of your HTML.

import { Meta } from "react-router";

export default function Root() {
  return (
    <html>
      <head>
        <Meta />
      </head>
    </html>
  );
}

Props

None