Share Counts
Tumblr

🎀 Tumblr

👨‍💻 Code

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

đź“– TumblrShareCount Props

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