/shop-product-card

Primary LanguageHTMLMIT LicenseMIT

Published on webcomponents.org

Demo and API docs

<shop-product-card>

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>

How to install and use:

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>

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Report any issue.
Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

License

MIT License © Eduardo Sada