Share Buttons
Refind

RefindShare

👨‍💻 Code

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

Output:



đź“– RefindShareBtn Props

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