Customization
Customization
Explore the following sections to learn how to customize chat:
Styled
Chat, History and ChatPage components have className which allows them to be styled with MUI Styled.
const ChatStyled = styled(Chat)({...});
const HistoryStyled = styled(History)({...});
const ChatPageStyled = styled(ChatPage)({...});