svelte-social-btns
provides reusable and customizable social media buttons for your web applications. With this library, you can easily integrate social media buttons with adjustable properties such as fill color, size, and shape. The buttons are implemented using an anchor (<a>
) tag, making them easy to handle redirects when clicked.
To use the Svelte Social Media Button Component Library in your Svelte project, you can install it via npm:
npm install svelte-social-btns
<script>
import { Btn } from 'svelte-social-btns';
</script>
<Btn url="https://twitter.com/GuyNatumanya" type="filled" size="md" shape="circle" />
The SocialMediaButton component accepts the following props:
<script>
import { Btn } from 'svelte-social-btns';
</script>
<Btn url="https://twitter.com/GuyNatumanya" type="filled" size="md" shape="circle" />
[ ] Create Demo Site [ ] More Social Websites [ ] Add Images to ReadMe [ ] Improve Hover and Active Transitions