Skip to content

Commit

Permalink
chore: update decision
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Jan 31, 2025
1 parent fecd872 commit e3ce385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blade/src/components/ChatMessage/_decision.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This will be our main component that will be used to render the chat bubble.

| Prop | Type | Default | Required | Description |
| ---------------------- | ------------------------------------------- | ------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| messageType | 'last' or 'default' | default | No | If the message is the last message in the chat and if this prop is enabled we will add decorations messageBubble |
| messageType | 'last' or 'default' | default | No | If the message is the last message in the chat we will add different styles in chat message. currently we have different borderRadius if messageType is last or default |
| senderType | 'self' or 'other' | self | No | we will add different styles based on this bubble |
| isLoading | Boolean | false | No | If the message is loading, we will add a loading animation to the chat bubble |
| validationState | 'error' or 'none' | none | No | if validation state is error we will show error decoration and message|
Expand Down

0 comments on commit e3ce385

Please sign in to comment.