Library Blazor Components ListBox

ListBox

Component that can display an array of items in one column.

razor
<ListBox T="Country" ItemsSource="Countries">
    <ItemTemplate>
    </ItemTemplate>
</ListBox>

Sign in