Skip to content

Commit

Permalink
feat: add chatbubble
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Feb 2, 2025
1 parent 53d427f commit 2f2cb43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dirty-otters-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@razorpay/blade': minor
---

feat(blade): add chat bubble component
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Page = (): React.ReactElement => {
return (
<StoryPageWrapper
componentName="ChatBubble"
componentDescription="A chat bubble is a visual representation of a message in a chat application. It is used to distinguish between messages sent by the user and messages received from other users."
componentDescription="A chat bubble is a visual representation of a message in a chat application."
apiDecisionLink={null}
figmaURL="https://www.figma.com/design/jubmQL9Z8V7881ayUD95ps/Blade-DSL?node-id=100413-32686&t=n9A7LztwEkIsly3v-0"
>
Expand Down

0 comments on commit 2f2cb43

Please sign in to comment.