0.3.0 • Published 2 years ago

@tjh-dev/fathom v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Integrate Fathom analytics into your remix.run project

Usage

Add the tracking component to your root route.

import { Fathom } from "@tjh-dev/fathom";

export default function Root() {
  return (
    <html>
      <head>
        <Fathom site="SITE_ID" />
        <Meta />
      </head>
      <body>
        <Outlet />
        <Scripts />
      </body>
    </html>
  );
}

All done! 🎉

0.3.0

2 years ago

0.2.3

2 years ago

0.2.0

2 years ago