Skip to content

Commit

Permalink
feat: chatMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Feb 4, 2025
1 parent cd94bfa commit 036ecfe
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,21 @@ const ChatMessageWithFooterActionsTemplate: StoryFn<typeof ChatMessage> = () =>
>
This is a demo message
</ChatMessage>
<ChatMessage
senderType="other"
footerActions={
<Box margin="4px">
{/* TODO: replace with icon only one */}
<ChipGroup label="">
<Chip>Option 1</Chip>
<Chip>Option 2</Chip>
</ChipGroup>
</Box>
}
leading={<RayIcon size="xlarge" color="surface.icon.onSea.onSubtle" />}
>
This is a demo message
</ChatMessage>
</Box>
</Box>
);
Expand Down

0 comments on commit 036ecfe

Please sign in to comment.