This repository was archived by the owner on Nov 9, 2021. It is now read-only.
Reversable crumbs
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:
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.