Share Buttons
Yummly

YummlyShare

👨‍💻 Code

import { YummlyShareBtn } from "dv-social-share";
 
<YummlyShareBtn
  url="https://dv-social-share.vercel.app"
  title="dv-social-share is a social share buttons for your next React.js & Next.js apps."
  image="url-of-image"
/>;

Output:



đź“– YummlyShareBtn Props

PropsTypeDefaultDescriptionRequired
urlstringThe URL of the shared page to be shared.âś…
titlestringThe title of the shared page.❌
imagestringThe Link of the Image to be shared along.❌
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❌