Chat component powered by Fluent UI and used in Microsoft Teams.
npm install @fluentui-contrib/react-chatChat component powered by Fluent UI and used in Microsoft Teams.
``sh
yarn add @fluentui-contrib/react-chat
npm install @fluentui-contrib/react-chat
`
`tsx
import * as React from 'react';
import { Avatar } from '@fluentui/react-components';
import { Chat, ChatMessage, ChatMyMessage } from '@fluentui-contrib/react-chat';
export const SampleChat = () => {
return (
);
};
``