Repository URL to install this package:
|
Version:
2.0.17 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const ButtonList = [{
text: 'Undershirts'
}, {
text: 'Plain Tees'
}, {
text: 'Workwear'
}, {
text: 'Fashion'
}, {
text: 'Logo/Graphic'
}];
exports.ButtonList = ButtonList;
const ViewAllText = [{
text: 'view all Undershirts'
}, {
text: 'view all Plain Tees'
}, {
text: 'view all Workwear'
}, {
text: 'view all Fashion'
}, {
text: 'view all Logo/Graphic'
}];
exports.ViewAllText = ViewAllText;
const list = [{
title: 'Women',
list: [{
label: 'Short Sleeve',
href: 'http://uxui.skavaone.com'
}, {
label: 'Short Sleeve',
href: 'http://uxui.skavaone.com'
}, {
label: 'Short Sleeve',
href: 'http://uxui.skavaone.com'
}, {
label: 'Short Sleeve',
href: 'http://uxui.skavaone.com'
}, {
label: 'Short Sleeve',
href: 'http://uxui.skavaone.com'
}, {
label: 'Short Sleeve',
href: 'http://uxui.skavaone.com'
}, {
label: 'Short Sleeve',
href: 'http://uxui.skavaone.com'
}]
}, {
title: 'Men',
list: [{
label: 'Jeans',
href: 'http://uxui.skavaone.com'
}, {
label: 'Jeans',
href: 'http://uxui.skavaone.com'
}, {
label: 'Jeans',
href: 'http://uxui.skavaone.com'
}, {
label: 'Jeans',
href: 'http://uxui.skavaone.com'
}, {
label: 'Jeans',
href: 'http://uxui.skavaone.com'
}]
}, {
title: 'Boys',
list: [{
label: 'T Shirts',
href: 'http://uxui.skavaone.com'
}, {
label: 'T Shirts',
href: 'http://uxui.skavaone.com'
}, {
label: 'T Shirts',
href: 'http://uxui.skavaone.com'
}, {
label: 'T Shirts',
href: 'http://uxui.skavaone.com'
}, {
label: 'T Shirts',
href: 'http://uxui.skavaone.com'
}]
}];
exports.list = list;
const ImageData = {
src: 'https://raderain.sirv.com/Images/produts/Cat_294x200_Workwear.png'
};
exports.ImageData = ImageData;