Skip to content

Added Share component

Compare
Choose a tag to compare
@mmarkelov mmarkelov released this 15 Feb 09:35
· 51 commits to master since this release
d7fb78b
  • Updated packages
  • Added Share component:
    You can check VK API
import { Share } from 'react-vk';
    ...
    <Share buttonOptions={{type: 'round', text: 'Поделиться VK'}} />
    ...