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