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