Counter
Enable counter parameter to show step's number.
{%- call ui.util.call(show_example) -%}
{%- raw %}
{%- call ui.util.call(ui.nds_steps, counter=true) -%}
{{ ui.nds_step_item(lipsum(1), title="First", fill=true) }}
{{ ui.nds_step_item(lipsum(1), title="Second") }}
{{ ui.nds_step_item(lipsum(1), title="Third") }}
{%- endcall %}
{%- endraw %}
{%- endcall %}