{% load cotton %}

Input Suffix Component

Use input suffixes to show symbols or abbreviations that help users enter the right type of information after the input field.

{% for variant in variants %}

{{ variant.title }}

{% if variant.suffix_text %}{{ variant.suffix_text }}{% endif %}{% if variant.suffix_icon %}{% endif %}
{% endfor %}