Skip to content

Commit

Permalink
[sparkle] - feature: add compact size option to ConversationMessage c…
Browse files Browse the repository at this point in the history
…omponent

 - Introduced a 'compact' size property to reduce the visual space taken by agent messages in conversations
  • Loading branch information
JulesBelveze committed Dec 14, 2024
1 parent a035385 commit 0ec0cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparkle/src/stories/ConversationMessage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const ConversationExample = () => {
<ConversationMessage
type="agent"
name="@assistant"
size="compact"
pictureUrl="https://dust.tt/static/droidavatar/Droid_Pink_3.jpg"
buttons={[
<Button
Expand Down

0 comments on commit 0ec0cdd

Please sign in to comment.