@kbyte-tech/astro-clarity

0.0.5 • Public • Published

Astro Clarity

Astro Clarity is a lightweight wrapper that seamlessly integrates Clarity analytics with Astro, making it effortless to track user interactions and performance metrics on your Astro-powered websites.

Installation

npm

npm install @kbyte-tech/astro-clarity

Yarn

yarn add @kbyte-tech/astro-clarity

pnpm

pnpm add @kbyte-tech/astro-clarity

Usage

---
// file: src/layouts/Layout.astro
import Clarity from '@kbyte-tech/astro-clarity';
---
<head>
    <Clarity projectId="YOUR_PROJECT_ID" />
</head>

Package Sidebar

Install

npm i @kbyte-tech/astro-clarity

Weekly Downloads

337

Version

0.0.5

License

none

Unpacked Size

1.87 kB

Total Files

4

Last publish

Collaborators

  • kevencarneiro