Share Buttons
Skype

SkypeShare

👨‍💻 Code

import { SkypeShareBtn } from "dv-social-share";
 
<SkypeShareBtn url="https://dv-social-share.vercel.app" title="Dhaval" />;

Output:



đź“– SkypeShareBtn Props

PropsTypeDefaultDescriptionRequired
urlstringThe URL of the to be page.âś…
titlestringThe title to be shared.❌
openInNewTabbooleanfalseOpen share window in a new tab if set to true.❌
imgConfigobjectA imgConfig contains width (number; e.g. 32/64), height (number; e.g. 32/64) & bgColor (string; e.g. '#FF0000') for the Image❌