Skip to content

Commit e8dda6f

Browse files
committed
Update list of components
1 parent 3daebfc commit e8dda6f

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

RadzenBlazorDemos/Pages/Index.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
<RadzenBadge BadgeStyle="BadgeStyle.Info" Title="Updated"><RadzenIcon aria-hidden="true" Icon="@("\ue863")" /><span>Updated</span></RadzenBadge>
118118
</RadzenLink>
119119
</RadzenColumn>
120+
<RadzenColumn Size="12" SizeXS="6" SizeSM="4" SizeLG="3"><RadzenLink Path="/ai"><RadzenIcon aria-hidden="true" Icon="@("\uefac")" /><span>AI</span><RadzenBadge BadgeStyle="BadgeStyle.Success" Title="New"><RadzenIcon aria-hidden="true" Icon="@("\ue061")" /><span>New</span></RadzenBadge></RadzenLink></RadzenColumn>
120121
<RadzenColumn Size="12" SizeXS="6" SizeSM="4" SizeLG="3"><RadzenLink Path="/support"><RadzenIcon aria-hidden="true" Icon="@("\ue0c6")" /><span>Support</span></RadzenLink></RadzenColumn>
121122
<RadzenColumn Size="12" SizeXS="6" SizeSM="4" SizeLG="3"><RadzenLink Path="/accessibility"><RadzenIcon aria-hidden="true" Icon="@("\ue92c")" /><span>Accessibility</span></RadzenLink></RadzenColumn>
122123
<RadzenColumn Size="12" SizeXS="6" SizeSM="4" SizeLG="3">
@@ -233,6 +234,7 @@
233234
</RadzenColumn>
234235
<RadzenColumn Size="12" SizeMD="9" SizeLG="10" SizeXL="9" class="rz-ps-6 rz-ps-md-0 components-list">
235236
<RadzenRow>
237+
<RadzenColumn Size="12" SizeXS="6" SizeSM="4" SizeLG="3"><RadzenLink Path="/aichat"><RadzenIcon aria-hidden="true" Icon="@("\ue0b7")" /><span>AIChat</span><RadzenBadge BadgeStyle="BadgeStyle.Success" Title="New"><RadzenIcon aria-hidden="true" Icon="@("\ue061")" /><span>New</span></RadzenBadge></RadzenLink></RadzenColumn>
236238
<RadzenColumn Size="12" SizeXS="6" SizeSM="4" SizeLG="3"><RadzenLink Path="/autocomplete"><RadzenIcon aria-hidden="true" Icon="@("\ue03b")" /><span>AutoComplete</span></RadzenLink></RadzenColumn>
237239
<RadzenColumn Size="12" SizeXS="6" SizeSM="4" SizeLG="3"><RadzenLink Path="/button"><RadzenIcon aria-hidden="true" Icon="@("\ue72f")" /><span>Button</span></RadzenLink></RadzenColumn>
238240
<RadzenColumn Size="12" SizeXS="6" SizeSM="4" SizeLG="3"><RadzenLink Path="/toggle-button"><RadzenIcon aria-hidden="true" Icon="@("\ue8e0")" /><span>ToggleButton</span></RadzenLink></RadzenColumn>

RadzenBlazorDemos/Services/ExampleService.cs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ public class ExampleService
3232
Path = "/ai",
3333
Title = "AI and Radzen Blazor",
3434
Description = "Learn now how to integrate AI with the Radzen Blazor Components library.",
35-
Icon = "\uefac"
35+
Icon = "\uefac",
36+
Tags = new [] { "chat", "ai", "conversation", "message", "streaming", "mcp", "nuget" },
37+
New = true
3638
},
3739
new Example
3840
{
@@ -1439,6 +1441,15 @@ public class ExampleService
14391441
Name = "Forms",
14401442
Icon = "\uf1c1",
14411443
Children = new[] {
1444+
new Example
1445+
{
1446+
Name = "AIChat",
1447+
Path = "aichat",
1448+
New = true,
1449+
Description = "A modern chat component with AI integration that provides a conversational interface similar to popular chat applications.",
1450+
Icon = "\ue0b7",
1451+
Tags = new [] { "chat", "ai", "conversation", "message", "streaming" }
1452+
},
14421453
new Example
14431454
{
14441455
Toc = [ new () { Text = "Get and Set the value of AutoComplete", Anchor = "#get-set-value" }, new () { Text = "Get and Set the value of AutoComplete using Value and Change event", Anchor = "#value-and-change-event" }, new () { Text = "Get the selected item of AutoComplete", Anchor = "#get-selected" }, new () { Text = "Define AutoComplete placeholder", Anchor = "#placeholder" }, new () { Text = "Define AutoComplete template", Anchor = "#template" }, new () { Text = "Change AutoComplete filter operator, case sensitivity and delay", Anchor = "#filter-operator" }, new () { Text = "Load data on-demand in AutoComplete and apply custom filter and sort", Anchor = "#load-on-demand" }, new () { Text = "AutoComplete with a List of Strings", Anchor = "#list-of-strings" }, new () { Text = "Multiline AutoComplete", Anchor = "#multiline" }, new () { Text = "Open on Focus", Anchor = "#open-on-focus" }, new () { Text = "Disabled AutoComplete", Anchor = "#disabled-autocomplete" }, new () { Text = "Keyboard Navigation", Anchor = "#keyboard-navigation" } ],
@@ -1745,15 +1756,6 @@ public class ExampleService
17451756
Tags = new [] { "input", "form", "edit" }
17461757
},
17471758
new Example
1748-
{
1749-
Name = "AIChat",
1750-
Path = "aichat",
1751-
New = true,
1752-
Description = "A modern chat component with AI integration that provides a conversational interface similar to popular chat applications.",
1753-
Icon = "\ue0b7",
1754-
Tags = new [] { "chat", "ai", "conversation", "message", "streaming" }
1755-
},
1756-
new Example
17571759
{
17581760
Name = "TextBox",
17591761
Path = "textbox",

0 commit comments

Comments
 (0)