Skip to content

Commit 8be7c36

Browse files
committed
"Update docs: Extensions/Listview Added Installation instructions - copied text from Dropdownlist installation instructions"
Ammend: "Changed ListGroup to ListView"
1 parent c9f268f commit 8be7c36

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

Documentation/Blazorise.Docs/Pages/Docs/Extensions/ListView/ListViewPage.razor

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,30 @@
1515
</DocsPageParagraph>
1616

1717
<DocsPageParagraph>
18-
List views use <Code>ListGroup</Code> behind the covers, so you may make use of the <Code>ListGroup</Code> underlying APIs.
18+
List views use <Code>ListView</Code> behind the covers, so you may make use of the <Code>ListView</Code> underlying APIs.
1919
</DocsPageParagraph>
2020

21+
<DocsPageParagraph>
22+
To be able to use <Code>ListView</Code> component you first need to install it.
23+
</DocsPageParagraph>
24+
25+
<DocsPageSubtitle>
26+
Installation
27+
</DocsPageSubtitle>
28+
29+
<Alert Color="Color.Info" Visible>
30+
<AlertDescription>
31+
The DropdownList extension is part of the <Code>Blazorise.Components</Code> NuGet package.
32+
</AlertDescription>
33+
</Alert>
34+
35+
<DocsPageSection>
36+
<DocsPageSectionHeader Title="NuGet">
37+
Install extension from NuGet.
38+
</DocsPageSectionHeader>
39+
<DocsPageSectionSource Code="ComponentsNugetInstallExample"></DocsPageSectionSource>
40+
</DocsPageSection>
41+
2142
<DocsPageSubtitle>
2243
Examples
2344
</DocsPageSubtitle>

0 commit comments

Comments
 (0)