We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b91fb2 commit 280434bCopy full SHA for 280434b
src/app/badge/badge-example/badge-example.component.html
@@ -36,6 +36,10 @@ <h5>
36
</h5>
37
38
<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>
43
</div>
44
45
0 commit comments