Business Card
Overview
When to use
The business card shows the contact information for a business like distribution-partners. There are some buttons to start a call with the appropriate app or to link to social media profiles.
When to consider an alternative
If you want to display content which has no address.
Component
Default
Block
Vertical
Image
Properties
Property | Type | Required | Default |
---|---|---|---|
companyName | String | true | - |
street | String | true | - |
city | String | true | - |
country | String | true | - |
phone | String | false | - |
fax | String | false | - |
directContacts | Arrayof Array<{
"href": "String",
"label": "String",
"icon": "String"
}> | false | - |
moreInformation | Arrayof Array<{
"href": "String",
"label": "String",
"icon": "String"
}> | false | - |
block | Bool | false | - |
utilClassNames | String | false | - |
image | Node | false | - |