Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Reversable crumbs

Choose a tag to compare

@poteto poteto released this 31 May 19:37
· 113 commits to master since this release

In certain scenarios, you might want to reverse the order of the breadcrumb (i.e. from RTL instead of LTR). To enable this, just set the reverse attr on the Component in your template:

{{bread-crumbs reverse=true}}

Will generate the following breadcrumb: Mary < Cows < Quadrupeds < Animals. Note that you have to style this yourself (the Component is not responsible for generating the separators).

Thanks to @truenorth for this feature.