{% load cotton %}

Input Prefix Component

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

{% for variant in variants %}

{{ variant.title }}

{% if variant.prefix_text %}{{ variant.prefix_text }}{% endif %}{% if variant.prefix_icon %}{% endif %}
{% endfor %}