DMRow
Direct message entry in the channel tree with a presence dot and username.
Import
import { DMRow } from "@gumtree/ui/chat/DMRow" ; Props
| Prop | Type | Default | Description |
|---|---|---|---|
name* | string | - | Username |
status | "online" | "away" | "offline" | "offline" | Presence status (dot color) |
href | string | - | Link URL |
Examples
Presence States
alice
bob
carol
dave
< DMRow name = "alice" status = "online" />
< DMRow name = "bob" status = "online" />
< DMRow name = "carol" status = "away" />
< DMRow name = "dave" status = "offline" />