You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Chat Composer] Make `attachmentIcon` optional for the attachment card, adjust spacing slightly. NOTE: if you are using the Customization Provider to target "CHAT_COMPOSER_MEDIA_OBJECT", you will need to update your styles as Media Object is no longer being used in the Chat Composer package.
Copy file name to clipboardExpand all lines: packages/paste-website/src/pages/components/chat-composer/index.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -182,9 +182,9 @@ Set a rich text value using one of the Lexical formatting APIs such as [`toggleF
182
182
{RichTextExample}
183
183
</LivePreview>
184
184
185
-
### Chat Composer with responsive attachments
185
+
### Chat Composer with attachments
186
186
187
-
For responsive attachment cards when using the Chat Composer component suite, use the `columns` prop.
187
+
Use `ChatComposerAttachmentGroup` and `ChatComposerAttachmentCard` to display attached files. For responsive cards, use the `columns` prop on `ChatComposerAttachmentGroup`.
0 commit comments