Skip to content

Commit

Permalink
Add button link states example
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 13, 2024
1 parent 8595c33 commit 8d19de3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/pages/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,19 @@ variation_groups:
variation_name: Button link
variation_code_snippet: >-
<div class="m-btn-group">
<a class="a-btn">Submit</a>
<a class="a-btn a-btn--link" title="Default state" href="#">Default state</button>
<a class="a-btn a-btn--link hover" title="Hovered state" href="#">Hovered state</button>
<a class="a-btn a-btn--link focus" title="Focused state" href="#">Focused state</button>
<a class="a-btn a-btn--link active" title="Active state" href="#">Active state</button>
</div>
<br>
<div class="m-btn-group">
<a class="a-btn" href="#">Submit</a>
<a class="a-btn a-btn--link a-btn--secondary" href="#">
See Privacy Act statement
</a>
Expand Down

0 comments on commit 8d19de3

Please sign in to comment.