You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/components/conversation/ContactName.md

414 B

Number, name and profile

<ContactName
  i18n={util.i18n}
  name="Someone 🔥 Somewhere"
  phoneNumber="(202) 555-0011"
  profileName="🔥Flames🔥"
/>

Number and profile, no name

<ContactName
  i18n={util.i18n}
  phoneNumber="(202) 555-0011"
  profileName="🔥Flames🔥"
/>

No name, no profile

<ContactName i18n={util.i18n} phoneNumber="(202) 555-0011" />