A product item card.
<shop-product-card
price="2132.99"
price-discount="10"
name="Soft Running"
image="demo/images/orange-portable-speaker.jpg"
></shop-product-card>
1 - Install the element using Bower:
$ bower install eduardosada/shop-product-card --save
2 - Import the element:
<link rel="import" href="../../shop-product-card/shop-product-card.html">
3 - Start using it!
<shop-product-card
price="2132.99"
price-discount="10"
name="Soft Running"
image="products/AF00361GND10R99_a-low_1024x1024.jpg"
></shop-product-card>
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Report any issue.
Want to contribute? Follow these recommendations.
See Releases for detailed changelog.