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 4df51e8 commit 47bc779Copy full SHA for 47bc779
src/app/chips/chips.sample.html
@@ -52,14 +52,14 @@ <h6>WC Chip</h6>
52
shape="circle"
53
></igc-avatar>
54
} @if (hasPrefix) {
55
- <span slot="prefix"><igc-icon name="face"></igc-icon></span>
+ <igc-icon slot="prefix" name="face"></igc-icon>
56
} @if (customIcons) {
57
<span slot="select"
58
><igc-icon name="check_circle"></igc-icon
59
></span>
60
<span slot="remove"><igc-icon name="delete"></igc-icon></span>
61
} @if (hasSuffix) {
62
- <span slot="suffix"><igc-icon name="face"></igc-icon></span>
+ <igc-icon slot="suffix" name="face"></igc-icon>
63
} @if (hasProgressbar) {
64
<igc-circular-progress
65
class="circular-sample"
0 commit comments