Skip to content

Instantly share code, notes, and snippets.

@paulspringett
Created August 28, 2018 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulspringett/1d3e563bafea311d37f3e9da1d402245 to your computer and use it in GitHub Desktop.
Save paulspringett/1d3e563bafea311d37f3e9da1d402245 to your computer and use it in GitHub Desktop.
const brands = [
 { label: "Côte et Ciel", value: 1532 },
 { label: "Études", value: 17 },
 { label: "AllSaints", value: 2501 },
 { label: "Samsøe & Samsøe", value: 1571 },
 { label: "Ben Sherman", value: 2124 },
 { label: "Drôle de Monsieur", value: 137 },
 { label: "!Solid", value: 668 },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment