Share Buttons
Trello

TrelloShare

👨‍💻 Code

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

Output:



đź“– TrelloShareBtn Props

PropsTypeDefaultDescriptionRequired
urlstringThe URL of the to be page.âś…
descstringDescription of the shared page.❌
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❌