# Feedback & Communication / Live Chat Conversation Live chat conversation interface with message bubbles, timestamps, and quick reply options. **Category:** Patterns **Storybook:** https://doc.ux4g.gov.in/web/?path=/story/ux4g-patterns-feedback-communication-live-chat-conversation--introduction ## Pattern variants - Live Chat Conversation: https://doc.ux4g.gov.in/web/?path=/story/ux4g-patterns-feedback-communication-live-chat-conversation--live-chat-conversation ## When to use this pattern Use Feedback & Communication / Live Chat Conversation when building citizen-facing flows that match the described government journey. Combine components such as cards, forms, tables, buttons, and status indicators as shown in Storybook. ## Framework setup ### HTML / CDN ```html ``` ### React ```bash npm install ux4g-web-components ``` ```jsx import 'ux4g-web-components/styles.css'; import 'ux4g-web-components/design-system'; ``` ### Angular Update `angular.json`: ```json { "styles": [ "node_modules/ux4g-web-components/styles/ux4g.css", "src/styles.css" ], "scripts": [ "node_modules/ux4g-web-components/dist/runtime/design-system.js" ] } ``` ## Code examples The snippets below are extracted from the Storybook canvas for Feedback & Communication / Live Chat Conversation. Each example shows the rendered HTML, the equivalent React JSX, and the Angular template markup. ### 1. Introduction — Introduction HTML: ```html
Live chat conversation interface with message bubbles, timestamps, and quick reply options.
Real-time chat conversation interface with multimedia message support.
Live chat conversation interface with message bubbles, timestamps, and quick reply options.
Real-time chat conversation interface with multimedia message support.
Live chat conversation interface with message bubbles, timestamps, and quick reply options.
Real-time chat conversation interface with multimedia message support.
Chat with a support agent for real-time help with your application.
Connect now to discuss your application with our support team. Average response time under 2 minutes.
Chat with a support agent for real-time help with your application.
Connect now to discuss your application with our support team. Average response time under 2 minutes.
{/* Action Buttons */}Chat with a support agent for real-time help with your application.
Connect now to discuss your application with our support team. Average response time under 2 minutes.