{#- chirp-ui: Stepper component Horizontal step indicators for multi-step flows. Usage: from "chirpui/stepper.html" import stepper stepper(steps=[{"id": "1", "label": "Details"}, {"id": "2", "label": "Review"}, {"id": "3", "label": "Confirm"}], current=2) Steps: list of {id, label}. current: 1-based index of active step. -#} {% def stepper(steps, current=1, cls="") %} {% end %}