Skip to content

Instantly share code, notes, and snippets.

@ticidesign
Created December 9, 2019 06:38
Show Gist options
  • Save ticidesign/23e63112790d9489b257d648608c9971 to your computer and use it in GitHub Desktop.
Save ticidesign/23e63112790d9489b257d648608c9971 to your computer and use it in GitHub Desktop.
export const menuData = [
{
emoji: '🍔',
label: 'burger',
name: 'Cheeseburger',
description:
'Cheeseburger with pickles, lettuce, tomato and sauce on a sesame seed bun',
price: 10
},
{
emoji: '🍲',
label: 'ramen',
name: 'Vegetarian Ramen',
description:
'Miso broth with tofu, greens, mushrooms, seaweed and a soft boiled egg',
price: 15
},
{
emoji: '🌭',
label: 'hotdog',
name: 'Hotdog',
description: 'Grilled hotdog with sauerkraut, mustard and pickles',
price: 8
},
{
emoji: '🥟',
label: 'dumpling',
name: 'Dumplings',
description:
'A mix of panfried and steamed pork, prawn and vegetarian dumplngs',
price: 10
},
{
emoji: '🥪',
label: 'sandwich',
name: 'The ultimate toastie',
description:
'Broccoli, scamorza, parmesan and sriracha mayo toasted on thick sliced bread',
price: 8
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment