1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 23:23:47 +03:00

test wants an example of counter

This commit is contained in:
Catherine Bui 2017-11-06 22:42:29 -06:00
parent 43e12e8838
commit 7f9fc05f43

View File

@ -43,6 +43,7 @@ A button can also be transparent and displayed with a white border with `btn-tra
<div class="bg-gray-dark p-4 mt-4"> <div class="bg-gray-dark p-4 mt-4">
<button class="btn btn-transparent" type="button"> <button class="btn btn-transparent" type="button">
Button button Button button
<span class="Counter">12</span>
</button> </button>
</div> </div>
``` ```