···6677<Heading class="mb-4">Chat Bubble</Heading>
8899-<Box class="flex flex-col gap-2">
99+<Box class="flex flex-col gap-3">
1010 <ChatBubble side="right" variant="secondary">
1111 <p>Hello there</p>
1212 </ChatBubble>
13131414 <ChatBubble>
1515 <p>General Kenobi</p>
1616+ </ChatBubble>
1717+1818+ <ChatBubble side="right" variant="secondary">
1919+ <p>This is a really long message that should wrap around the chat bubble and not overflow</p>
2020+ </ChatBubble>
2121+ <ChatBubble>
2222+ <p>This is another really long message that should wrap around the chat bubble and not overflow</p>
1623 </ChatBubble>
1724</Box>