UNPKG

@rocketsofawesome/mirage

Version:

[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)

81 lines (78 loc) 2.75 kB
export const images = [ { alt: 'Cool Down Active Short on model', src: 'production/catalog/bi5flgfpxbyr9tp2xkd9' }, { alt: 'Cool Down Active Short on model', src: 'production/catalog/hhdgxghcpc17xho1pngc' }, { alt: 'Fuzzy Tiger Tee on model', src: 'production/catalog/q5l42uiqm8orjia4j14m' }, { alt: 'Fuzzy Tiger Tee front', src: 'production/catalog/rfxx1bcmwy7zych1pmof' }, { alt: 'Fuzzy Tiger Tee detail', src: 'production/catalog/jhpde0cdhl11lu9fa41o' }, { alt: 'Cool Down Active Short front', src: 'production/catalog/xrpiecxqwmiso3acxucc' }, { alt: 'Cool Down Active Short back', src: 'production/catalog/wmwxd0bxeavdtgt0uqzx' } ] export const information = { subheader: "The Trend: Sparkly Rainbow", header: "Weekends Are For Fun Outfit", price: '$55', description: "Cheesecake bocconcini red leicester. Melted cheese when the cheese comes out everybody's happy melted cheese camembert de normandie cheeseburger when the cheese comes out everybody's happy cheese and biscuits edam. Cheese strings lancashire fromage port-salut lancashire monterey jack everyone loves red leicester. Stilton caerphilly fromage frais st. agur blue cheese dolcelatte.", } export const products = [ { image: { alt: 'Fuzzy Tiger Tee front', src: 'https://d2lknnt52h7uhg.cloudfront.net/roa-canon/image/upload/c_scale,w_122/v1548780269/production/catalog/rfxx1bcmwy7zych1pmof.png' }, variants: [ {sku: 'sku-1', size: 3, in_stock: true}, {sku: 'sku-2', size: 4, in_stock: true}, {sku: 'sku-3', size: 5, in_stock: true}, {sku: 'sku-4', size: 6, in_stock: true}, {sku: 'sku-5', size: 7, in_stock: false}, {sku: 'sku-6', size: 9, in_stock: true}, {sku: 'sku-7', size: 12, in_stock: true}, ], id: '12345', slug: 'example-slug', price: '$22.50' }, { image: { alt: 'Cool Down Active Short front', src: 'https://d2lknnt52h7uhg.cloudfront.net/roa-canon/image/upload/c_scale,w_122/v1548780269/production/catalog/xrpiecxqwmiso3acxucc.png' }, variants: [ {sku: 'sku-20', size: 3, in_stock: true}, {sku: 'sku-21', size: '4/5', in_stock: true}, {sku: 'sku-21', size: 4, in_stock: true}, {sku: 'sku-22', size: 5, in_stock: true}, {sku: 'sku-23', size: 6, in_stock: true}, {sku: 'sku-23', size: '6/7', in_stock: true}, {sku: 'sku-24', size: 7, in_stock: false}, {sku: 'sku-25', size: 8, in_stock: true}, {sku: 'sku-23', size: '10/12', in_stock: true}, {sku: 'sku-23', size: 10, in_stock: true}, {sku: 'sku-26', size: 12, in_stock: true}, ], id: '12346', slug: 'example-slug', price: '$19.50' } ]