Share Counts
Vk

🎀 VK

👨‍💻 Code

import { VKShareCount } from 'next-share'
 
<VKShareCount url={'https://github.com/next-share'} />
 
<VKShareCount url={'https://github.com/next-share'}>
  {shareCount => <span className="wrapper">{shareCount}</span>}
</VKShareCount>

đź“– VKShareCount Props

PropsTypeDefaultDescriptionRequired
urlstringThe URL of the shared page.âś…
childrennodeReact component, HTML element or string.❌