Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blazor/chip/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can add and customize the leading icon of chip using the [`LeadingIconCss`](

```

{% previewsample "https://blazorplayground.syncfusion.com/embed/BjrgirrwBoGkWnCI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
{% previewsample "https://blazorplayground.syncfusion.com/embed/hZLeDksEzbMVhnKc?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

![Customizing LeadingIcon of Blazor Chip](./images/blazor-chip-leading-icon.gif)

Expand Down Expand Up @@ -116,7 +116,7 @@ You can add and customize the avatar of chip using the [`LeadingIconCss`](https:

```

{% previewsample "https://blazorplayground.syncfusion.com/embed/BNrgCBhQLIvJWaER?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZrItusapbhiLdgI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}



Expand Down
2 changes: 1 addition & 1 deletion blazor/chip/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Input Chip holds information in compact form. It converts user input into chips.

```

{% previewsample "https://blazorplayground.syncfusion.com/embed/VtLAWVrmVySxGUhD?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
{% previewsample "https://blazorplayground.syncfusion.com/embed/BDhotaWuJwkKgwBO?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

![Blazor Chip with Input Items](./images/blazor-chip-input-items.png)

Expand Down