Rawb 1.2.0
dotnet add package Rawb --version 1.2.0
NuGet\Install-Package Rawb -Version 1.2.0
<PackageReference Include="Rawb" Version="1.2.0" />
paket add Rawb --version 1.2.0
#r "nuget: Rawb, 1.2.0"
// Install Rawb as a Cake Addin #addin nuget:?package=Rawb&version=1.2.0 // Install Rawb as a Cake Tool #tool nuget:?package=Rawb&version=1.2.0
This is a collection of high-performance web UI controls for use with Knockout: grids, scrollbars, "draggers", splitters, etc. I've given up on finding decent controls, so I've written my own. These were designed for Knockout from the ground up, they try to provide mechanism rather than policy, and they are intended to be simple and composable.
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.
A new NativeVScrollBar control has been added, using the browser's native scroll bar rather than one coded in JavaScript.
The Grid control has been updated to use browser-native scrollbars instead.
Some spurious logging has been removed from the DropDown control.