You can add this component to any page to give user options to share it effortlessly.
<script>
import SocialShare from '$lib/dist/components/SocialShare.svelte';
</script>
<SocialShare
url="https://sveltestarterkit.com/blog"
title="Blog - Svelte Starter Kit"
className="justify-center rounded-lg bg-base-200 py-2"
/>