signal-desktop/ts/components/conversation/ContactName.md
2019-07-17 11:29:51 -07:00

355 B

Number, name and profile

<ContactName
  name="Someone 🔥 Somewhere"
  phoneNumber="(202) 555-0011"
  profileName="🔥Flames🔥"
/>

Number and profile, no name

<ContactName phoneNumber="(202) 555-0011" profileName="🔥Flames🔥" />

No name, no profile

<ContactName phoneNumber="(202) 555-0011" />