Component: Link List

Purpose: Display a list of vertically ordered links.

Screenshot_2022-11-10_at_13.06.43.png

Props

Prop Name
Label
Type
Default Value
Description

linkUnderline

Underline links?

boolean

true

If true the link will display a line beneath

dividers

Show dividers

boolean

true

If true the links will display a divider beneath

dividerColor__limio_color

Divider color

color

#d3c49b

Divider colour

dividerWeight

Divider weight

string

1px

Divider weight

links

Links

list

[ { "text": "Member benefits", "url": "https://images.pexels.com/photos", "popover": "" }, { "text": "Manage account details", "url": "", "popover": "Our manage my account." }, { "text": "Re-order boxes", "url": "https://images.pexels.com/photos", "popover": "" }, { "text": "Claim 10% off at 31DOVER", "url": "https://images.pexels.com/photos", "popover": "" }, { "text": "FAQs", "url": "https://images.pexels.com/photos", "popover": "" } ]

fields: text, url, popover

Last updated

Was this helpful?