Skip to content

Commit

Permalink
docs: add button with badge example
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Oct 31, 2024
1 parent 1b91fb2 commit 280434b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/badge/badge-example/badge-example.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ <h5>
</h5>

<h5>Link di esempio <a href="#" [itBadge]="selectedColor" [rounded]="isRounded">link</a></h5>
<button class="mb-5" [itButton]="'primary'">
Profilo <span [itBadge]="selectedColor" [rounded]="isRounded">9</span>
<span class="visually-hidden">Messaggi non letti</span>
</button>
</div>
</div>
</div>

0 comments on commit 280434b

Please sign in to comment.