1.0.0 • Published 4 years ago
background-popup-image v1.0.0
What is this?
Get perfect background color with popup image
Installation
npm i background-popup-image --save
Then ...
import { PopUpImageText } from 'PopUpImageText';
{
popUpModal && (
<PopUpImageText
onClick={toggle}
img={noReceiptPopup}
imgLeft='-5%'
linkPosition='265px'
redirectUrl='https://shopee.com.my/'
forShopee={true}
/>
);
}
Options
1.0.0
4 years ago