Open Q8root opened 4 years ago
Try something like
import {
WhatsappShareButton, WhatsappIcon
} from 'react-share'
<WhatsappShareButton title="test text" url="https://sswewe.com">
<WhatsappIcon size={50} />
</WhatsappShareButton>
Because of #365
I have installed the package :-
yarn add react-share
And then import it
<WhatsappShareButton title="test text" size={50} url="https://sswewe.com">
This is what i see in Chrome inspector:-
<button size="50" aria-label="whatsapp" class="react-share__ShareButton" style="background-color: transparent; border: none; padding: 0px; font: inherit; color: inherit; cursor: pointer;"></button>