0

I would like to replicate the UI for a channel in a team for Microsoft Teams. The @fluentui/react-northstar package has the chat component https://fluentsite.z22.web.core.windows.net/components/chat/definition but it differs to a channel message.

Are there components to recreate this, or do I have to manipulate the styling of the chat?

Adam James
  • 3,833
  • 6
  • 28
  • 47

1 Answers1

1

there is a prototype available at ThreadedMessage.tsx which you can follow. It shows how to adopt the look and feel of a ChatMessage component to the threaded model.