Share Counts
Ok

🎀 OK

👨‍💻 Code

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

đź“– OKShareCount Props

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