PDP Breadcrumbs
<Breadcrumbs content={[
{
"id": "shop-all-bc",
"title": "Shop All",
"url": "#"
},
{
"id": "euc-bc",
"title": "Eucalyptus",
"url": "#"
},
{
"id": "breeze-bc",
"title": "The Buffy Breeze"
}
]} grid={false} />
CopyCart Breadcrumbs
<Breadcrumbs content={[
{
"id": "continue-bc",
"title": "Continue Shopping",
"url": "#",
"back": true
}
]} grid={false} />
CopyName | Description | Type | Required | Default | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
className | List of classes for this element. | string | array | false | "" | |||||||||||||||||||||||||
forwardRef | Ref to component or DOM element. | function | object | false | null | |||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
content | List of breadcrumb content | array | true | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
grid | Uses Lattice grid wrapper if true. | boolean | false | true |