TwitterShare
👨‍💻 Code
import { TwitterShareBtn } from "dv-social-share";
<TwitterShareBtn
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:
đź“– TwitterShareBtn Props
| Props | Type | Default | Description | Required |
|---|---|---|---|---|
| url | string | The URL of the shared page to be shared. | âś… | |
| title | string | The title of the shared page. | ❌ | |
| via | string | ❌ | ||
| hashtags | array | ❌ | ||
| related | array | ❌ | ||
| 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. | ❌ |