EmailShare
👨‍💻 Code
import { EmailShareBtn } from "dv-social-share";
<EmailShareBtn url="https://dv-social-share.vercel.app" />;
Output:
đź“– EmailShareBtn Props
Props | Type | Default | Description | Required |
---|---|---|---|---|
url | string | The URL of the page to be shared. | âś… | |
subject | string | A subject to be shared. | ❌ | |
body | string | Body to be shared. | ❌ | |
separator | string | :: | ❌ | |
imgConfig | object | A imgConfig contains width (number; e.g. 32/64), height (number; e.g. 32/64) & bgColor (string; e.g. '#FF0000') for the Image | ❌ | |
openInNewTab | boolean | false | Open share window in a new tab if set to true . | ❌ |