An open API service indexing awesome lists of open source software.

https://github.com/israeldcastro/share-button-links-react

Share buttons links for websites, blogs and more.
https://github.com/israeldcastro/share-button-links-react

buttons css links react react-components reactjs sass scss shared sharelinks tailwindcss url

Last synced: 10 months ago
JSON representation

Share buttons links for websites, blogs and more.

Awesome Lists containing this project

README

          

# Share Button Links - React

## Installation

You can install using `npm install share-button-links-react` or `yarn add share-button-links-react`.

## Usage

### Buttons

Import button components: `import { ButtonFacebook } from 'share-button-links-react/components/buttons';`

All options: `ButtonCopy, ButtonEmail, ButtonFacebook, ButtonLinkedIn, ButtonPinterest, ButtonPocket, ButtonReddit, ButtonTumblr, ButtonTwitter, and ButtonWhatsapp`.

### Icon Buttons

Import icon button components: `import { FacebookIcon } from 'share-button-links-react/components/icons';`

All options: `FacebookIcon, WhatsappIcon, TelegramIcon, TwitterIcon, LinkedInIcon, RedditIcon, PinterestIcon, TumblrIcon, PocketIcon, EmailIcon, CopyIcon`.

### Button Group

Import button group component: `import ButtonGroup from 'share-button-links-react/components/button-group';`

All options: `facebookIcon, whatsappIcon, telegramIcon, twitterIcon, linkedInIcon, redditIcon, pinterestIcon, tumblrIcon, pocketIcon, emailIcon, and copyIcon`.

### Import CSS/SCSS

To import the CSS or SCSS just add: `@import 'share-button-links-react/main.css';` or `@import 'share-button-links-react/main.scss';`.

### [Click to see documentation](https://share-button-links-react-docs.vercel.app/)