koco-demo-image-picker

1.3.0 • Public • Published

Image Picker

This is a demo component based on the koco generator conventions. It has no purpose other than demoing an external bower component.

Installation

bower install koco-demo-image-picker.

Usage

var dialoger = require('dialoger');
framework.registerDialog('images', {
    title: 'Select an image',
    isBower: true
});
 
var koUtilities = require('knockout-utilities');
koUtilities.registerComponent('image-picker', {
    isBower: true
});

To use the component, just add the <koco-demo-image-picker></koco-demo-image-picker> tag in the html file you want to use it.

/koco-demo-image-picker/

    Package Sidebar

    Install

    npm i koco-demo-image-picker

    Weekly Downloads

    2

    Version

    1.3.0

    License

    MIT

    Last publish

    Collaborators

    • fcharest
    • rcmax