🎀 Hatena
👨‍💻 Code
import { HatenaShareCount } from 'next-share'
<HatenaShareCount url={'https://github.com/next-share'} />
<HatenaShareCount url={'https://github.com/next-share'}>
{shareCount => <span className="wrapper">{shareCount}</span>}
</HatenaShareCount>
đź“– HatenaShareCount Props
Props | Type | Default | Description | Required |
---|---|---|---|---|
url | string | The URL of the shared page. | âś… | |
children | node | React component, HTML element or string. | ❌ |