This package provides a plugin for the TASA chatbot application, enabling WhatsApp messaging capabilities. By integrating this library, the TASA chatbot can send and receive messages through WhatsApp, including text, images, and other file types. This plu
npm install chatbot-whatsapp-ui-packagenpm install .
3. Compile the Node Modulenpm run build.
4. Link build files with the global NPM packagesnpm link.
5. Insert package into another repositorynpm link chatbot-whatsapp-ui-package.
Usage
$3
`
import { WhatsappIntegrationModule } from 'chatbot-whatsapp-ui-package';
`
$3
`typescript
formData={formData}
handleCheckChange={handleWhatsAppCheckChange}
handleInputChange={handleWhatsappInputChange}
onSubmit={onSubmit}
/>
`
$3
component should be integrated into this file. src\views\Settings\Messengers\Form\page.tsx`