SbSelect 2.0.5

dotnet add package SbSelect --version 2.0.5
NuGet\Install-Package SbSelect -Version 2.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SbSelect" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SbSelect --version 2.0.5
#r "nuget: SbSelect, 2.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SbSelect as a Cake Addin
#addin nuget:?package=SbSelect&version=2.0.5

// Install SbSelect as a Cake Tool
#tool nuget:?package=SbSelect&version=2.0.5

SbSelect is package of custom select components for Blazor, created with only C#, HTML and CSS. It works with almost every C# data types. You can get access to 'SbSingleSelect', 'SbMultiSelect' and 'SbEnumSelect' components just by adding '@using SbSelect' into _Imports.razor. 'SbSingleSelect' and 'SbMultiSelect' use Blazor's built-in component 'Virtualize' to render big data effectively. These Components also have search function with user defined search delay milliseconds. Search can be done locally or in database. If needed you can use custom 'OptionTextTemplate' to render option's text more specifically. While working with enum, to use multi select, 'MultiSelection' parameter must be set to true and TValue must be a List of that enums. For text it shows member's display name if such exists, otherwise member's name, you can use 'DisplayFunc' to get desired result. If custom template is used for enum, you can call helper method 'GetMemberOrDisplayName' from 'SbEnumHelper' class to get display text. For style you can configure 'SbSelectStyle' class instance and pass it as parameter.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5 1,216 11/30/2022
2.0.4 1,142 6/2/2022
2.0.3 978 5/5/2022
2.0.2 906 5/4/2022
2.0.1 971 4/27/2022
2.0.0 991 4/25/2022
1.2.1 990 4/3/2022
1.2.0 1,017 2/9/2022
1.1.9 999 1/22/2022
1.1.8 884 10/4/2021
1.1.7 838 9/22/2021
1.1.6 908 7/18/2021
1.1.5 821 6/14/2021
1.1.4 885 6/13/2021
1.1.3 987 5/30/2021
1.1.2 910 5/19/2021
1.1.1 893 5/17/2021
1.1.0 870 5/16/2021
1.0.1 835 5/14/2021

Upgrade to .NET 7