@ta-interaktiv/react-share-buttons
v4.3.2
Published
Renders a collection of social sharing buttons.
Downloads
166
Readme
React Share Buttons
Renders a collection of social sharing buttons.
Installation
yarn add @ta-interaktiv/react-share-buttons
Usage
import React from 'react'
import ShareButtons, { displayTypes } from '@ta-interaktiv/react-share-buttons'
//...
class YourComponent extends React.Component {
render() {
return (
<ShareButtons
hashtags={['TAGrafik', 'ddj']}
displayType={displayTypes.HORIZONTAL_ICONS}
/>
)
}
}