From 8be7c36061195e7a5610635ade142e29dc07cb57 Mon Sep 17 00:00:00 2001 From: Vincent van der Kruit Date: Sun, 29 Jun 2025 12:00:39 +0200 Subject: [PATCH] "Update docs: Extensions/Listview Added Installation instructions - copied text from Dropdownlist installation instructions" Ammend: "Changed ListGroup to ListView" --- .../Extensions/ListView/ListViewPage.razor | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Documentation/Blazorise.Docs/Pages/Docs/Extensions/ListView/ListViewPage.razor b/Documentation/Blazorise.Docs/Pages/Docs/Extensions/ListView/ListViewPage.razor index 14cdbc965d..2dc6f2daea 100644 --- a/Documentation/Blazorise.Docs/Pages/Docs/Extensions/ListView/ListViewPage.razor +++ b/Documentation/Blazorise.Docs/Pages/Docs/Extensions/ListView/ListViewPage.razor @@ -15,9 +15,30 @@ - List views use ListGroup behind the covers, so you may make use of the ListGroup underlying APIs. + List views use ListView behind the covers, so you may make use of the ListView underlying APIs. + + To be able to use ListView component you first need to install it. + + + + Installation + + + + + The DropdownList extension is part of the Blazorise.Components NuGet package. + + + + + + Install extension from NuGet. + + + + Examples