import { Link } from "react-router-dom";
import { Dropdown } from "flowbite-react";
import "./stylesheets/shared.css"
import "./stylesheets/product_listing.css";
export default function ProductListing({ product }) {
const categories = product.attributes.categories.map(category =>
{product.attributes.name} | |
---|---|
Precio al por menor | {product.attributes.unitary_price} $ |
Precio al por mayor | {product.attributes.bulk_price} $ |
Disponibles | {product.attributes.available_quantity} |
Proveedor | {product.attributes.company.name} |