Inbox row with avatar, name, message preview, timestamp, and a primary unread count chip.
The import and the props worth knowing about, in one place.
import { Chat9 } from "@/components/beste/piece/chat9";
<Chat9
src="https://images.unsplash.com/photo-1543096222-72de739f7917?w=200&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTM5fHxwb3J0cmFpdHxlbnwwfHwwfHx8MA%3D%3D"
alt="Ayşe"
fallback="AK"
name="Ayşe Kaya"
preview="Sure, sending the Figma link now"
time="09:42"
unread={3}
/>Pushed a new pass on the empty states — peek when you have a sec 🎨
Avatar plus inline author, optional role chip, timestamp, and the message body beneath.
Chat bubble with an avatar and timestamp. Role flips alignment and color.
Chat bubble with a question and voting options. Each row fills proportionally to its vote count.