本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
<salla-breadcrumb>
web component is used as a navigational helper and hierarchy for pages. Breadcrumbs are used as a high-level representation of where users have navigated. Users can click the pages' texts to go back to previous pages.
slots
makes it customizable to modify certain labels, such as icon
.Slot | Description |
---|---|
icon | Replaces the breadcrumb arrow icon with a customized icon. Find a list of Salla Icons here |
item | Replaces breadcrumb item, with replaceable props which are {url} , {title} . |
salla.config.get('theme.settings.is_breadcrumbs_enabled')
to toggle their visibility.previous
page or by retrieving the parent page using:salla.config.get('page.parent')
.