Skip to content

bolav/fuse-gallery

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Fuse Gallery Build Status Fuse Version

Library to use the gallery in Fuse.

Installation

Using fusepm

$ fusepm install https://github.com/bolav/fuse-gallery

Usage

UX:

<Gallery ux:Global="Gallery" />
<Image File="{image}">

JavaScript:

var gallery = require('Gallery');
var Observable = require('FuseJS/Observable');
var image = Observable();

function load () {
  gallery.getPicture().then(function (pic) {
    image.value = pic;
  });
}
module.exports = {
  load: load,
  image: image
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published