react-share-float-button
v1.0.18
Published
A floating share button component for React with multiple social media platforms
Maintainers
Readme
React Share Float Button
A floating share button component for React with responsive design.
Installation
npm install react-share-float-buttonUsage
import FloatingShareButton from 'react-share-float-button';
function App() {
return (
<div>
<h1>My Content</h1>
<FloatingShareButton />
</div>
);
}That's it! The floating share button will appear on the left side of your screen.
Live Demo
See it in action:
Dependencies
This component depends on react-share for social media sharing functionality.
License
MIT License - see the LICENSE file for details.
