18F/web-design-standards

View on GitHub
packages/_usa-password/src/usa-password.twig

Summary

Maintainability
Test Coverage
<button title="{{ toggle.title }}"
  type="button"
  class="usa-show-password"
  aria-controls="{{ toggle.aria_controls }}"
  data-show-text="{{ toggle.text.show | default("Show password") }}"
  data-hide-text="{{ toggle.text.hide | default("Hide password") }}"
>
  {{- toggle.text.show |default('Show password') -}}
</button>