Skip to content
Snippets Groups Projects
Select Git revision
  • df4b59bb858162ab56e4b2e064f80c07595670c1
  • test default protected
  • master protected
  • original
  • pirati-backup protected
  • beta-2
  • beta-1
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.16
  • v3.0.15
  • v3.0.14
  • v3.0.13
  • v3.0.12
  • v3.0.11
  • v3.0.10
  • v3.0.9
  • v3.0.8
  • v3.0.7
  • v3.0.6
  • v3.0.5
  • v3.0.4
25 results

urls.py

Blame
  • input-addon.mustache 640 B
    <div class="form-field">
      <div class="form-field__wrapper">
        {{> atoms-text-input(classes: "text-input--has-addon-l text-input--has-addon-r") }}
        {{> atoms-text-input-addon(classes: "text-input-addon--l order-first") }}
        {{> atoms-text-input-addon(classes: "text-input-addon--r") }}
      </div>
    </div>
    
    <div class="form-field mt-8">
      <div class="form-field__wrapper">
        {{> atoms-text-input(classes: "text-input--has-addon-l text-input--has-addon-r", disabled: true) }}
        {{> atoms-text-input-addon(classes: "text-input-addon--l order-first") }}
        {{> atoms-text-input-addon(classes: "text-input-addon--r") }}
      </div>
    </div>