File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ The Chips control has the following predefined styles that can be defined using
54
54
{% endtabs %}
55
55
{% endif %}
56
56
57
-
57
+ ![ ASP.NET Styles Chips Control ] ( images/styles.png )
58
58
59
59
## Leading Icon
60
60
@@ -82,7 +82,7 @@ You can add and customize the leading icon of Chips using the [`leadingIconCss`]
82
82
{% endtabs %}
83
83
{% endif %}
84
84
85
-
85
+ ![ ASP.NET Leading Icon Chips Control ] ( images/leading-icon.png )
86
86
87
87
## Avatar
88
88
@@ -110,7 +110,7 @@ You can add and customize the avatar of Chips using the [`avatarIconCss`](https:
110
110
{% endtabs %}
111
111
{% endif %}
112
112
113
-
113
+ ![ ASP.NET Avatar Chips Control ] ( images/avatar.png )
114
114
115
115
## Avatar Content
116
116
@@ -138,7 +138,7 @@ You can add and customize the avatar content of Chips using the [`avatarText`](h
138
138
{% endtabs %}
139
139
{% endif %}
140
140
141
-
141
+ ![ ASP.NET Avatar content Chips Control ] ( images/avatar-content.png )
142
142
143
143
## Trailing Icon
144
144
@@ -194,6 +194,8 @@ Outline Chips have a border with a transparent background. It can be set using t
194
194
{% endtabs %}
195
195
{% endif %}
196
196
197
+ ![ ASP.NET Outline Chips Control] ( images/outline.png )
198
+
197
199
## Template
198
200
199
201
{% if page.publishingplatform == "aspnet-core" %}
@@ -220,5 +222,6 @@ The [`Template`](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.but
220
222
{% endtabs %}
221
223
{% endif %}
222
224
225
+ ![ ASP.NET template Chips Control] ( images/template.png )
223
226
224
227
N> [ View Sample in GitHub] ( https://github.com/SyncfusionExamples/ASP-NET-Core-UG-Examples/tree/main/Chips/ChipsSample ) .
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Input Chips holds information in compact form. It converts user input into Chips
41
41
{% endtabs %}
42
42
{% endif %}
43
43
44
+ ![ ASP.NET Input Chips Control] ( images/input-chip.png )
44
45
45
46
## Choice Chips
46
47
@@ -68,7 +69,7 @@ Choice Chips allows to select a single Chips from the set of ChipList/ChipCollec
68
69
{% endtabs %}
69
70
{% endif %}
70
71
71
-
72
+ ![ ASP.NET Choice Chips Control ] ( images/choice-chip.png )
72
73
73
74
## Filter Chips
74
75
@@ -96,7 +97,7 @@ Filter Chips allows to select a multiple Chips from the set of ChipList/ChipColl
96
97
{% endtabs %}
97
98
{% endif %}
98
99
99
-
100
+ ![ ASP.NET Filter Chips Control ] ( images/filter-chip.png )
100
101
101
102
## Action Chips
102
103
@@ -124,7 +125,7 @@ The Action Chips triggers the event like [`click`](https://help.syncfusion.com/c
124
125
{% endtabs %}
125
126
{% endif %}
126
127
127
-
128
+ ![ ASP.NET Actions Chips Control ] ( images/action-chip.png )
128
129
129
130
### Deletable Chips
130
131
@@ -152,4 +153,6 @@ Deletable Chips allows to delete a Chips from ChipList/ChipCollection. It can be
152
153
{% endtabs %}
153
154
{% endif %}
154
155
156
+ ![ ASP.NET Deletable Chips Control] ( images/deletable-chip.png )
157
+
155
158
N> [ View Sample in GitHub] ( https://github.com/SyncfusionExamples/ASP-NET-Core-UG-Examples/tree/main/Chips/ChipsSample ) .
You can’t perform that action at this time.
0 commit comments