TeleVue

Telegram widgets as components for Vue 3

GitHub last commit

Under development

This package is not yet ready for production use.

Installation

Install via npm:

npm install televue

Basic usage

<script setup>
import { ButtonShare } from 'televue'

const pageUrl = location.href
</script>

<template>
  <ButtonShare
    :url="pageUrl"
    size="large"
    comment="Check this out!"
  />
</template>

GitHub

View Github