@nightmaregaurav/react-social-media-links
v1.0.5
Published
Simple React component to show social media links
Downloads
332
Maintainers
Readme
Social Media Links (React)
Description
React Social Media Links is a simple and easy to use react component that provides a way to list social media icons hyperlinked to the respective social media profiles.
Demo: CodeSandbox
Installation
Install react-social-media-links
npm install @nightmaregaurav/react-social-media-links
Usage
import React from 'react';
import SocialLinks, {SocialMedia} from "@nightmaregaurav/react-social-media-links";
const Index = () => {
return (
<SocialLinks
socialLinks={[{media: SocialMedia.GitHub, link: "https://www.github.com/nightmaregaurav"}]}
iconSize={25}
/>
);
};
export default Index;
Acknowledgement
- Icons are taken from icons8
Technical Details
- Language: Typescript
How to Contribute
- Fork the repository
- Clone the forked repository
- Make changes
- Commit and push the changes
- Create a pull request
- Wait for the pull request to be merged
- Celebrate
- Repeat
If you are new to open source, you can read this to learn how to contribute to open source projects. If you are new to GitHub, you can read this to learn how to use GitHub. If you are new to Git, you can read this to learn how to use Git. If you are new to TypeScript, you can read this to learn how to use TypeScript.
License
React Go To Top Button is released under the MIT License. You can find the full license details in the LICENSE file.
Made with ❤️ by NightmareGaurav.