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>