Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 554 Bytes

koco-conceptual-image-picker

Component for launching and receiving the output of a UI for choosing a conceptual image.

Installation

bower install koco-conceptual-image-picker


## Usage with KOCO

This is a shared module that is mostly used in conjunction with other modules related to koco-conceptual-image-picker. By convention it is registered in your components.js like so:

```javascript
Components.prototype.registerComponents = function() {
    ...
    koUtilities.registerComponent('koco-conceptual-image-picker');
    ...
};