/utterances.vue

Typed Vue 3 component for Utterances, a lightweight comments widget built on GitHub issues.

Primary LanguageVueMIT LicenseMIT

utterances.vue

NPM version

Typed Vue 3 component for Utterances, a lightweight comments widget built on GitHub issues.

📦 Installation

$ npm install utterances.vue
$ yarn add utterances.vue
$ pnpm add utterances.vue

🚀 Usage

<script setup lang="ts">
import { Utterances } from "utterances.vue";
</script>

<template>
	<Utterances
		issue-term="pathname"
		label="comments"
		repo="username/repo"
		theme="github-light"
	/>
</template>

📖 Props

Check source code for the full list of props.

📝 License

MIT. Made with ❤️ by Ray