<ShareLink /> #
Usage #
vue
<script setup lang="ts">
import { ShareLink } from '@screaming/share'
</script>
<template>
<ShareLink to="twitter">...</ShareLink>
<ShareLink to="linkedin">...</ShareLink>
<ShareLink to="facebook">...</ShareLink>
</template>
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
Props #
Name | Type | Default | Description |
---|---|---|---|
to | string | The platform the button should share to ("twitter" , "linkedin" , or "facebook" ). |