Skip to content

Cloudxyz/devalan-product-card

Repository files navigation

#DO Product Card

Alán Córdova

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'do-product-card';
<ProductCard product={product} style={{
	width: '300px',
	marginBottom: '20px'
}}>
	<ProductImage />
	<ProductTitle />
	<ProductButtons />
</ProductCard>