1.0.0-alpha.36 • Published 6 years ago

@profiscience/knockout-contrib-components v1.0.0-alpha.36

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

@profiscience/knockout-contrib-components

Version Dependency Status Peer Dependency Status Dev Dependency Status Downloads

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

Custom components for KnockoutJS

Styled with Bootstrap v4

Contents

Usage

Importing a component will add it to Knockout's global registry with the contrib prefix. e.g. <contrib-flash-message></contrib-flash-message>

You may import a single binding, or all of them.

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

// import single
import '@profiscience/knockout-contrib-components/flash-message'