Skip to content

Commit

Permalink
Merge pull request #2108 from cfpb/ans_icon_btn_no_txt
Browse files Browse the repository at this point in the history
Add text-free icon button examples
  • Loading branch information
anselmbradford authored Nov 13, 2024
2 parents e15f76e + 8527b37 commit dded2b4
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 34 deletions.
8 changes: 8 additions & 0 deletions docs/pages/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ variation_groups:
<span>Next</span>
{% include icons/right.svg %}
</button>
<button class="a-btn" aria-label="Back">
{% include icons/left.svg %}
</button>
<button class="a-btn" aria-label="Next">
{% include icons/right.svg %}
</button>
</div>
- variation_is_deprecated: false
variation_name: Button with animated icon
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dded2b4

Please sign in to comment.