A floating share button component for React with multiple social media platforms
npm install react-share-float-buttonA floating share button component for React with responsive design.
``bash`
npm install react-share-float-button
`jsx
import FloatingShareButton from 'react-share-float-button';
function App() {
return (
That's it! The floating share button will appear on the left side of your screen.
See it in action:
- https://puzzlepave.com/
- https://dk-js.com/
This component depends on react-share for social media sharing functionality.
MIT License - see the LICENSE file for details.