Skip to content

adds contact component

Stu Robson requested to merge features/contact into develop

adds a contact component that can

  • have a team title
  • have a name
  • have a job title
  • have an email address
  • have a telephone number
  • have a mobile phone number
  • have an image/avatar.

This pattern has a source order of putting the image last relying on CSS to put it where needed

There is a default layout, a simple layout (that only expects image, name, job title) and a horizontal layout (that looks like a media object kinda deal).

#changelog #addition

Edited by Stu Robson

Merge request reports