import { Bubble, BubbleContent } from "@/styles/base-rhea/ui/bubble" export function BubbleAlignmentDemo() { return (
This bubble is aligned to the start. This is the default alignment. This bubble is aligned to the end. Use this for user messages.
) }