Chat Bubble
Examples
Hello there
General Kenobi
This is a really long message that should wrap around the chat bubble and not overflow
This is another really long message that should wrap around the chat bubble and not overflow
This is me sending you an image

Usage
<script>
import { ChatBubble } from 'fuchs';
</script>
<ChatBubble side="right">
<p>Hello there</p>
</ChatBubble>
<ChatBubble>
<p>General Kenobi</p>
</ChatBubble>