Skip to content

Commit 280434b

Browse files
committed
docs: add button with badge example
1 parent 1b91fb2 commit 280434b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/badge/badge-example/badge-example.component.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ <h5>
3636
</h5>
3737

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

0 commit comments

Comments
 (0)