Size
Change size of markers with size options. It supports two
values that make markers smaller: sm and md.
{%- call ui.util.call(show_example) -%}
{%- raw %}
{%- call ui.util.call(ui.nds_steps, counter=true, size="sm") -%}
{{ ui.nds_step_item(lipsum(1), title="First", fill=true) }}
{{ ui.nds_step_item(lipsum(1), title="Second") }}
{%- endcall %}
{%- call ui.util.call(ui.nds_steps, size="md") -%}
{{ ui.nds_step_item(lipsum(1), title="First", fill=true) }}
{{ ui.nds_step_item(lipsum(1), title="Second") }}
{%- endcall %}
{%- endraw %}
{%- endcall %}