Typed Vue 3 component for Utterances, a lightweight comments widget built on GitHub issues.
$ npm install utterances.vue
$ yarn add utterances.vue
$ pnpm add utterances.vue<script setup lang="ts">
import { Utterances } from "utterances.vue";
</script>
<template>
<Utterances
issue-term="pathname"
label="comments"
repo="username/repo"
theme="github-light"
/>
</template>Check source code for the full list of props.