react-quick-contact
v0.1.0
Published
A simple floaing contact widget.
Downloads
3
Maintainers
Readme
react-quick-contact
react-quick-contact - is a simple floaing contact widget. It allows us to easily integrae floaing contact button in website. So customers can just click to contact, no need to enter their email or phone for you to have it.
Installation
npm
npm i react-quick-contact
Yarn
yarn add react-quick-contact
Futures
- You can customize the location
- You can change the button text and color
- You can add profile picure, Designation, Description
- You can add multiple buttons
- You can add muliple custom components.
API
|Propery| type|default | required | |--|--|--|--| | buttonLabel | string | |true |buttonIcon| ReactNode| | true |buttonColor| string||true |name|string|-|false |designation|string|-|false |message|string|-|false |profileImageUrl|string|-|false |alignment|'left' , 'right'||true |buttons| Array<React.FC> , Array< ReactNode >| -|false