1.0.3 • Published 9 months ago

whatsapp-chat-render v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

WhatsApp Chat Render

WhatsApp Chat Render is a React component library that allows you to easily create and display WhatsApp-style chat interfaces in your web applications.

Features

  • Realistic WhatsApp chat UI
  • Customizable chat messages
  • Scrollable chat container with dynamic padding
  • Responsive design that works on various screen sizes

Installation

To install WhatsApp Chat Render, run the following command:

npm install whatsapp-chat-render

Usage

To use WhatsApp Chat Render in your project, follow these steps:

  1. Import the component into your React application:
import { WhatsAppChatRender } from 'whatsapp-chat-render';
  1. Use the component in your JSX:
<WhatsAppChatRender>
  <div className="flex flex-col gap-2">
    <WhatsAppChat message="Hi, Whatsapp message preview!" />
  </div>
</WhatsAppChatRender>