- so a screen reader announces position without extra markup, and the
current step carries aria-current="step". Covered by the archetype
harness's full gate sweep (render, axe WCAG 2.2 AA, no horizontal
overflow, light/dark distinctness, skip-link first-tab-stop with JS
disabled) at every W0.1 breakpoint, both themes.
Responsive: no breakpoint switch of its own; inherits shell/centred.html's
fluid, no-breakpoint centred panel. The stepper itself stacks vertically
below --bw-breakpoint-md regardless of the orientation="horizontal"
default (see _stepper.html's own header); this example does not pass
orientation, so it takes that default.
{% endcomment %}
{% load brickwork_components brickwork_forms %}
{% block page_title %}Add your team - Northwind{% endblock %}
{% block content %}
Add your team
Step 2 of 3. Invite the people who will chase invoices with you. You can skip this and come back later.
{% comment %} The progress indicator. It is an ordered list, so a screen reader announces position natively, and each step's status is carried by a glyph plus hidden text as well as colour. Pass orientation="vertical" for a narrow column. Build steps in the view, for example: steps [ {"label": "Company", "status": "complete"}, {"label": "Team", "status": "current"}, {"label": "Billing", "status": "upcoming"}, ] {% endcomment %} {% include "brickwork/components/_stepper.html" with steps=steps %} {% comment %} This step's own content. As with the form example, you own the