Share Buttons
Email

EmailShare

👨‍💻 Code

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

Output:



đź“– EmailShareBtn Props

PropsTypeDefaultDescriptionRequired
urlstringThe URL of the page to be shared.âś…
subjectstringA subject to be shared.❌
bodystringBody to be shared.❌
separatorstring::❌
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.❌