Component: Footer

Purpose: A configurable footer with a logo, contact information, internal and social links, general business information, and a country picker.

| Screenshot_2022-11-10_at_13.00.55.png |

Props

Prop Name
Label
Type
Default Value
Description

enableLogo

Show logo

boolean

true

If true the logo will be visible

logo

Logo link

string

https://s3-eu-west-1.amazonaws.com/limio-public/limiologo.png

Logo link

logoSize

Logo size

string

10

Logo size

contactFields

Contact fields

list

{ "label": "Email:", "value": "[email protected]", "url": "mailto:[email protected]" }, { "label": "Telephone:", "value": "020 1234 1234", "url": "tel:020 1234 1234" }, { "label": "Address:", "value": "Leather Market", "url": "" }

Contact fields Fields: label, value,url

copyrightText

Copyright text

string

Copyright © 2019 Limio

Copyright text

poweredByLink

Powered by link

string

https://www.limio.com/

Powered by link

facebookLink

Facebook link

string

Facebook link

twitterLink

Twitter link

string

Twitter link

instagramLink

Instagram link

string

Instagram link

privacyLink

Privacy link

string

https://www.limio.com/privacy

Privacy link

showJourneyCountryPicker

Show journey country picker?

boolean

true

If true the country picker will be visible

navigation

Navigation

list

[ { "label": "Home", "url": "/" }, { "label": "Gift", "url": "/gift" }, { "label": "Manage My Account", "url": "/mma" } ]

Fields: label, url

navigationDivider

Navigation divider

string

_

Navigation divider

navigationPosition

Navigation position

picklist

bottom

Options: top, bottom, middle, hidden

navigationAlignment

Navigation alignment

picklist

center

Options: left, right, center

Last updated

Was this helpful?