Reputation: 4191
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
?
Upvotes: 0
Views: 925
Reputation: 26
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.
Upvotes: 1