Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,30 @@
</DocsPageParagraph>

<DocsPageParagraph>
List views use <Code>ListGroup</Code> behind the covers, so you may make use of the <Code>ListGroup</Code> underlying APIs.
List views use <Code>ListView</Code> behind the covers, so you may make use of the <Code>ListView</Code> underlying APIs.
</DocsPageParagraph>

<DocsPageParagraph>
To be able to use <Code>ListView</Code> component you first need to install it.
</DocsPageParagraph>

<DocsPageSubtitle>
Installation
</DocsPageSubtitle>

<Alert Color="Color.Info" Visible>
<AlertDescription>
The DropdownList extension is part of the <Code>Blazorise.Components</Code> NuGet package.
</AlertDescription>
</Alert>

<DocsPageSection>
<DocsPageSectionHeader Title="NuGet">
Install extension from NuGet.
</DocsPageSectionHeader>
<DocsPageSectionSource Code="ComponentsNugetInstallExample"></DocsPageSectionSource>
</DocsPageSection>

<DocsPageSubtitle>
Examples
</DocsPageSubtitle>
Expand Down