1.0.14 • Published 11 months ago

simple-whatsapp-widget v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Simple WhatsApp Widget

Simple WhatsApp Widget is a lightweight and easy-to-use React component that allows you to add a WhatsApp chat widget to your web application. Live Preview

Installation

You can install the package using npm:

npm install simple-whatsapp-widget

or using yarn:

yarn add simple-whatsapp-widget

Usage

import React from "react";
import WhatsAppWidget from 'simple-whatsapp-widget';
import 'simple-whatsapp-widget/dist/styles.css'  

export default function Home() {
  return <main>
   <WhatsAppWidget/>
  </main>;
}

Simply import the WhatsAppWidget component and place it in your React component where you want the WhatsApp chat widget to appear.

Customization

The WhatsAppWidget component accepts several optional props to customize its appearance and behavior. Here are the available props:

phoneNumber: Specify the phone number to which the WhatsApp messages should be sent. autoOpen: Set it to true to automatically open the WhatsApp chat widget when the component is mounted. message: Provide a pre-defined message that will be included in the initial WhatsApp message. className: Add custom CSS classes to the WhatsApp chat widget container.

Example usage with props:

<WhatsAppWidget
  phoneNumber="your_whatsapp_number"
  autoOpen={true}
  message="Hello, I have a question about your product."
  className="my-custom-widget"
/>

Feel free to modify and style the widget according to your application's needs.

License

This package is licensed under the MIT License. See the LICENSE file for details.

Contribution

Contributions are welcome! If you have any bug reports, feature requests, or suggestions, please open an issue on the GitHub repository.

If you would like to contribute code, please follow the guidelines in the CONTRIBUTING file.

Author

Nihara Mayurawasal GitHub: nihara96.

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.1.0

11 months ago