Share Counts
Pinterest

🎀 Pinterest

👨‍💻 Code

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

đź“– PinterestShareCount Props

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