Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
export const variantConfig = [
  {
    row: 1,
    column: 2,
    imageCount: 1,
    variant: 0,
  },
  {
    row: 1,
    column: 4,
    imageCount: 2,
    variant: 1,
  },
  {
    row: 2,
    column: 4,
    imageCount: 1,
    variant: 2,
  },
  {
    row: 2,
    column: 6,
    imageCount: 2,
    variant: 3,
  },
  {
    row: 2,
    column: 8,
    imageCount: 3,
    variant: 4,
  },
]

const filterList = [
  {
    id: '1',
    label: 'Brand',
    value: ['calvin(2)', 'clarks(1)', 'Aldo(1)'],
    isSelected: false,
  },
  {
    id: '2',
    label: 'OnlineOnly',
    value: ['false', 'true'],
    isSelected: false,
  },
  {
    id: '3',
    label: 'Bayexclusive',
    value: ['Hudson(2)', 'exclusive(4)'],
    isSelected: false,
  },
]
export { filterList }