Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit fbf14a6

Browse files
authored
Merge branch 'vnext' into didimmova/update-badge-topic
2 parents eef739b + 13341d1 commit fbf14a6

37 files changed

Lines changed: 111 additions & 3 deletions

en/components/action-strip.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ import { IgxIconComponent } from 'igniteui-angular/icon';
7777
export class HomeComponent {}
7878
```
7979

80+
> [!NOTE]
81+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
82+
8083
Now that you have the Ignite UI for Angular Action Strip module or directives imported, you can start with a basic configuration of the `igx-action-strip` component.
8184

8285
## Using the Angular Action Strip Component

en/components/avatar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ Analogically, the avatar can display an icon via the [`icon`]({environment:angul
142142
</igx-avatar>
143143
```
144144

145+
> [!NOTE]
146+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
147+
145148
You should see something like this:
146149

147150
<div class="sample-container loading" style="height:100px">

en/components/badge.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ import { IgxBadgeComponent } from 'igniteui-angular/badge';
6464
export class HomeComponent {}
6565
```
6666

67+
> [!NOTE]
68+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
69+
6770
Now that you have the Ignite UI for Angular Badge module or component imported, you can start with a basic configuration of the `igx-badge` component.
6871

6972
## Using the Angular Badge Component

en/components/banner.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ In order to display the banner component, use its [`open()`]({environment:angula
8888

8989
```
9090

91+
> [!NOTE]
92+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
93+
9194
> [!NOTE]
9295
> The `IgxBannerModule` includes a default banner button `Dismiss`, which closes the banner.
9396

en/components/button-group.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ import { IgxIconComponent } from 'igniteui-angular/icon';
8181
export class HomeComponent {}
8282
```
8383

84+
> [!NOTE]
85+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
86+
8487
Now that you have the Ignite UI for Angular Button Group module or directives imported, you can start with a basic configuration of the `igx-buttongroup` and its buttons.
8588

8689
## Using for Angular Button Group Component

en/components/button.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ As of version `17.1.0` the IgniteUI for Angular exposes a new `igxIconButton` di
119119
</button>
120120
```
121121

122+
> [!NOTE]
123+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
124+
122125
<div class="sample-container loading" style="height: 70px">
123126
<iframe class="lazyload" seamless width="100%" height="100%" frameborder="0" data-src="{environment:demosBaseUrl}/data-entries/buttons-sample-7">
124127
</iframe></div>

en/components/card.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ import { IGX_CARD_DIRECTIVES } from 'igniteui-angular/card';
104104
export class HomeComponent {}
105105
```
106106

107+
> [!NOTE]
108+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
109+
107110
Now that you have the Ignite UI for Angular Card module or directives imported, you can start using the `igx-card` component.
108111

109112
## Using the Angular Card Component

en/components/carousel.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ To achieve this we will use the [IgxCarouselPrevButtonDirective]({environment:an
193193
...
194194
```
195195

196+
> [!NOTE]
197+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
198+
196199
### Slide containing other components
197200

198201
<div class="divider--half"></div>

en/components/chip.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ Selection can be enabled by setting the [`selectable`]({environment:angularApiUr
9999
</igx-chip>
100100
```
101101

102+
> [!NOTE]
103+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
104+
102105
### Removing
103106

104107
<img class="responsive-img" src="../images/chip/removing_default.gif" alt="Removing Default" />

en/components/circular-progress.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ You can dynamically change the value of the progress by using external controls
130130
</div>
131131
```
132132

133+
> [!NOTE]
134+
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
135+
133136
Add the methods that increment and decrement the value:
134137

135138
```typescript

0 commit comments

Comments
 (0)