Components

ItemProductList

<ItemProductList data asComponent onDelete />

<ItemProductList data asComponent onDelete type design withSlice slice withDelete />

Constructor

# <ItemProductList data asComponent onDelete type design withSlice slice withDelete />

retorna listado de productos

PropTypes:
Name Type Required Description Default
data any Yes
asComponent object No
onDelete func No () => {}
type enum No "item"
design number No design = 1: Preparado para ser usado en el menu desplegable de la NavBar design = 2: Preparado para ser usado en la pagina del carrito 1
withSlice bool No false
slice number No
withDelete bool No true
Author:
  • Braian D. Vaylet

View Source components/_organisms/ItemProductList/index.js, line 16

<ItemProductList /> <ItemProductList />