Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created January 12, 2023 19:05
Show Gist options
  • Save codigoconjuan/14521378ef92f0a99e7a4da70f7aac2f to your computer and use it in GitHub Desktop.
Save codigoconjuan/14521378ef92f0a99e7a4da70f7aac2f to your computer and use it in GitHub Desktop.
Categorias para Laravel - React
const categorias = [
{
icono: "cafe",
nombre: "Café",
id:1
},
{
icono: "hamburguesa",
nombre: "Hamburguesas",
id: 2
},
{
icono: "pizza",
nombre: "Pizzas",
id: 3
},
{
icono: "dona",
nombre: "Donas",
id: 4
},
{
icono: "pastel",
nombre: "Pasteles",
id: 5
},
{
icono: "galletas",
nombre: "Galletas",
id: 6
}
]
export {
categorias
}
@hernanharco
Copy link

remil gracias

@mespitiavilladiego90s
Copy link

Un crack profe, saludos!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment