nshibu / react-quick-contact

A simple floating contact widget.

Home Page:https://react-quick-contact.shibu.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-quick-contact

NPM | Demo

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

About

A simple floating contact widget.

https://react-quick-contact.shibu.dev/


Languages

Language:TypeScript 64.0%Language:JavaScript 20.6%Language:CSS 15.5%