DMRow

Direct message entry in the channel tree with a presence dot and username.

Import

import { DMRow } from "@gumtree/ui/chat/DMRow";

Props

PropTypeDefaultDescription
name*string-Username
status"online" | "away" | "offline""offline"Presence status (dot color)
hrefstring-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" />