1.0.0-alpha.6 • Published 6 years ago

@profiscience/knockout-contrib-bindings v1.0.0-alpha.6

Weekly downloads
1
License
WTFPL
Repository
github
Last release
6 years ago

@profiscience/knockout-contrib-bindings

Version Dependency Status Peer Dependency Status Dev Dependency Status Downloads

This is a metapackage including all @profiscience/knockout-contrib-bindings-* packages

Custom bindings for KnockoutJS

Contents

Usage

Importing a package will add it to Knockout's global registry. You can import a single binding, or all of them.

// import all
import '@profiscience/knockout-contrib-bindings'

// import single
import '@profiscience/knockout-contrib-bindings/jquery'