Breadcrumb
See: https://www.carbondesignsystem.com/components/breadcrumb/usage/
The breadcrumb is a secondary navigation pattern that helps a user understand the hierarchy among levels and navigate back through them.
Overview
Breadcrumbs show users their current location relative to the information architecture and enable them to quickly move up to a parent level or previous step.
- class carbondesign.tags.breadcrumb.Breadcrumb(*args, **kwargs)
Breadcrumb component.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- NODE_PROPS = ('current',)
Extended Template Tag arguments.
- DEFAULT_TAG = 'nav'
Rendered HTML tag.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.
- class carbondesign.tags.breadcrumb.BreadcrumbItem(*args, **kwargs)
Breadcrumb item.
- WANT_CHILDREN = True
Template Tag needs closing end tag.
- NODE_PROPS = ('href', 'current')
Extended Template Tag arguments.
- CLASS_AND_PROPS = ('wrapper',)
Prepare xxx_class and xxx_props values.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.