Skip to content

Commit

Permalink
docs: fix chips tocs
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 12, 2024
1 parent 9b61188 commit 7af940a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/componenti/chips.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Aggiungendo la classe `.chip-disabled` al contenitore e l'attributo `disabled` a

I gruppi di chip vengono visualizzati in linea.

{% comment %}Example name: Gruppi{% endcomment %}
{% comment %}Example name: Gruppi di Chip{% endcomment %}
{% capture example %}
<div class="chip chip-simple">
<span class="chip-label">Label</span>
Expand Down Expand Up @@ -224,9 +224,9 @@ I gruppi di chip vengono visualizzati in linea.
</div>
{% endcapture %}{% include example.html content=example %}

### Gruppi di Chip link
### Gruppi di Chip con link

{% comment %}Example name: Gruppi{% endcomment %}
{% comment %}Example name: Gruppi di Chip con link{% endcomment %}
{% capture example %}
<a href="#" class="chip chip-simple chip-primary">
<span class="chip-label">Label</span>
Expand Down

0 comments on commit 7af940a

Please sign in to comment.