VKShare
👨‍💻 Code
import { VKShareBtn } from "dv-social-share";
<VKShareBtn
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:
đź“– VKShareBtn Props
Props | Type | Default | Description | Required |
---|---|---|---|---|
url | string | The URL of the shared pageto be shared. | âś… | |
title | string | The title of the shared page. | ❌ | |
image | string | An absolute link to the image that will be shared. | ❌ | |
noParse | boolean | If true is passed, VK will not retrieve URL information. | ❌ | |
noVkLinks | boolean | If true is passed, there will be no links to the user's profile in the open window. Only for mobile devices. | ❌ | |
imgConfig | object | A imgConfig contains width, height & bgColor for the Image | ❌ | |
openInNewTab | boolean | false | Open share window in a new tab if set to true . | ❌ |