Rawb 1.2.0

dotnet add package Rawb --version 1.2.0
NuGet\Install-Package Rawb -Version 1.2.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="Rawb" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rawb --version 1.2.0
#r "nuget: Rawb, 1.2.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 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 235 11/18/2014
1.1.1 71 5/7/2014
1.0.1 45 3/15/2014
1.0.0 46 3/4/2014

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.