UserInterfaceLibrary 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package UserInterfaceLibrary --version 2.3.0
NuGet\Install-Package UserInterfaceLibrary -Version 2.3.0
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="UserInterfaceLibrary" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UserInterfaceLibrary --version 2.3.0
#r "nuget: UserInterfaceLibrary, 2.3.0"
#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 UserInterfaceLibrary as a Cake Addin
#addin nuget:?package=UserInterfaceLibrary&version=2.3.0

// Install UserInterfaceLibrary as a Cake Tool
#tool nuget:?package=UserInterfaceLibrary&version=2.3.0

Graphic enjin to generate grid, graphic, tab and modal in cshtml.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.9.1 550 9/17/2020
2.9.0 374 9/17/2020
2.8.2 358 8/26/2020
2.8.1 366 8/26/2020
2.8.0 369 8/26/2020
2.6.0 406 8/10/2020
2.5.0 376 7/15/2020
2.4.5 473 7/2/2020
2.4.4 492 7/2/2020
2.4.3 406 6/19/2020
2.4.2 376 6/19/2020
2.4.1 373 6/17/2020
2.4.0 401 6/17/2020
2.3.0 426 4/17/2020
2.2.0 417 3/11/2020
2.1.0 400 3/10/2020
2.0.0 475 3/4/2020
1.3.3.18 616 2/26/2020
1.3.3.17 525 2/26/2020
1.3.3.16 535 2/26/2020
1.3.3.15 594 2/25/2020
1.3.3.14 637 2/19/2020
1.3.3.13 580 2/19/2020
1.3.3.12 518 2/19/2020
1.3.3.11 514 2/19/2020
1.3.3.10 522 2/19/2020
1.3.3.9 742 2/19/2020
1.3.3.8 708 2/19/2020
1.3.3.7 591 2/18/2020
1.3.3.6 614 2/18/2020
1.3.3.5 555 2/18/2020
1.3.3.4 514 2/18/2020
1.3.3.3 540 2/12/2020
1.3.3.2 541 2/12/2020
1.3.3.1 545 2/12/2020
1.3.3 489 2/12/2020
1.3.2 539 1/17/2020
1.3.1 566 1/13/2020
1.3.0 554 12/12/2019
1.2.17 547 12/11/2019
1.2.16 557 11/18/2019
1.2.15 609 9/24/2019
1.2.14 592 9/24/2019
1.2.13 611 9/18/2019
1.2.12 565 9/5/2019
1.2.11 556 9/5/2019
1.2.10 589 8/30/2019
1.2.9 556 8/30/2019
1.2.8 559 8/30/2019
1.2.7 553 8/30/2019
1.2.6 567 8/30/2019
1.2.5 582 8/30/2019
1.2.4 541 8/30/2019
1.2.3 559 8/29/2019
1.2.2 569 8/29/2019
1.2.1 564 8/29/2019
1.2.0 550 8/29/2019
1.1.8 574 8/28/2019
1.1.7 590 8/27/2019
1.1.6 565 8/21/2019
1.1.5 585 8/21/2019
1.1.4 581 8/17/2019
1.1.3 592 8/2/2019
1.1.2 596 7/29/2019
1.1.1 633 7/29/2019
1.1.0 615 7/29/2019
1.0.4 588 7/26/2019
1.0.3 600 7/26/2019
1.0.2 595 7/25/2019
1.0.1 690 7/25/2019
1.0.0 584 7/25/2019

-Bugs fix in user-interface-library.js
-Styling improvments -> removing some Bootstrap dependencies remaining
-Added required method SetRefreshAction
-Removed AddRefreshAction
-Namespace refractoring, every components type are now in their own namespace
Please update to the latest version, this version is improved compared to the 1.x.x version and received a lot of bug fix.
To get access to all fonctionalities, you need to include those dependencies in the <head/> section of your web application: <link href="https://lgti.blob.core.windows.net/assets/user-interface-library/2.3.0/css/user-interface-library.css" rel="stylesheet" /> <script src="https://lgti.blob.core.windows.net/assets/user-interface-library/2.3.0/js/user-interface-library.js" type="text/javascript"</script>