🎀 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
Props | Type | Default | Description | Required |
---|---|---|---|---|
url | string | The URL of the shared page. | âś… | |
children | node | React component, HTML element or string. | ❌ |