Component: Breadcrumbs

Purpose: Allows users to view a trail of links separated with a "/". This is helpful for user navigation when you have nested options.

Screenshot_2022-11-10_at_12.52.20.png

Props

Prop ID

Prop Label

Type

Default value

options/info

linkUnderline

Underline links?

boolean

false

dividers

Show dividers

boolean

true

dividerColor__limio_color

Divider color

color

#000000

header

Breadcrumbs Header

string

My Account

breadcrumbs

Breadcrumbs

list

[ { "text": "Manage My Account", "url": "/mma" }, { "text": "Cancel", "url": "/cancel" }, { "text": "Change Payment Method", "url": "/change-payment" } ]

Last updated

Was this helpful?