Share Buttons
Tumblr

TumblrShare

👨‍💻 Code

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

Output:



đź“– TumblrShareBtn Props

PropsTypeDefaultDescriptionRequired
urlstringThe URL of the shared page to be shared.âś…
titlestringThe title of the shared page.❌
tagsArray❌
captionstringThe description of the shared page.❌
posttypestringlink❌
imgConfigobjectA imgConfig contains width, height & bgColor for the Image❌
openInNewTabbooleanfalseOpen share window in a new tab if set to true.❌