Rawb 1.1.1
See the version list below for details.
dotnet add package Rawb --version 1.1.1
NuGet\Install-Package Rawb -Version 1.1.1
<PackageReference Include="Rawb" Version="1.1.1" />
paket add Rawb --version 1.1.1
#r "nuget: Rawb, 1.1.1"
// Install Rawb as a Cake Addin #addin nuget:?package=Rawb&version=1.1.1 // Install Rawb as a Cake Tool #tool nuget:?package=Rawb&version=1.1.1
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.
The Dragger now takes an optional "updateThrottle" argument to cap the rate at which the underlying observables are updated. The Grid sets the resizing update throttle to 100ms to reduce the CPU load on resizing.