# react-chat
**Repository Path**: mirrors_mdbootstrap/react-chat
## Basic Information
- **Project Name**: react-chat
- **Description**: Responsive React Chat built with Bootstrap 5. Many variants of chatbox UI, mobile app, messages box, chat window, chatbot UI, group chat, chat widget, web chat & more. https://mdbootstrap.com/docs/react/extended/chat/
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2022-08-12
- **Last Updated**: 2026-05-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# MDB React 5
Responsive React Chat built with Bootstrap 5. Many variants of chatbox UI, mobile app, messages box, chat window, chatbot UI, group chat, chat widget, web chat & more
Check out [React Chat Documentation](https://mdbootstrap.com/docs/react/extended/chat) for detailed instructions & even more examples.
## Basic Example

```js
import React from "react";
import {
MDBContainer,
MDBRow,
MDBCol,
MDBCard,
MDBCardHeader,
MDBCardBody,
MDBIcon,
MDBTextArea,
} from "mdb-react-ui-kit";
import "./basic.css";
export default function App() {
return (
Live chat
Hello and thank you for visiting MDBootstrap. Please click
the video below.
Thank you, I really like your product.
...