我想为 Microsoft Teams 的团队中的频道复制 UI。该@fluentui/react-northstar
软件包具有chat
组件https://fluentsite.z22.web.core.windows.net/components/chat/definition但它与频道消息不同。
是否有组件可以重新创建它,还是我必须操纵 的样式chat
?
我想为 Microsoft Teams 的团队中的频道复制 UI。该@fluentui/react-northstar
软件包具有chat
组件https://fluentsite.z22.web.core.windows.net/components/chat/definition但它与频道消息不同。
是否有组件可以重新创建它,还是我必须操纵 的样式chat
?
ThreadedMessage.tsx上有一个原型,您可以按照它进行操作。它展示了如何在线程模型中采用 ChatMessage 组件的外观。