Back to Components
Social

Message Bubble

Chat message bubble with alignment, timestamp, and read receipt.

PropsUsage ExampleVariations

Hey, did you see the new design specs?

10:30 AMRead

Yes! They look great. Let me review them this afternoon.

10:32 AMDelivered

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/message-bubble.tsx

Installation

Using shadcn CLI

npx shadcn add message-bubble --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge

Related Social Components