finnaly created a carousel

This commit is contained in:
Senad Uka
2015-01-28 07:16:48 +01:00
parent 1445e8f702
commit 906c29b22f
8 changed files with 352 additions and 37 deletions

View File

@@ -0,0 +1,9 @@
var keyMirror = require('react/lib/keyMirror');
// Define action constants
module.exports = keyMirror({
LOAD_ITEM_WITH_DETAILS: null,
NEXT_CAROUSEL_IMAGE: null,
PREVIOUS_CAROUSEL_IMAGE: null,
SELECT_CAROUSEL_IMAGE: null
});