Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.44 KB

Reflow Examples

This repo contains a few examples which demonstrate what is possible with the Reflow Ecommerce Toolkit. Browse this repo's directories to see the source code.

Product Page

product page

Demonstrates how the Product component renders a page, complete with a media gallery and add to cart button.

Demo | Source Code

Product List

product list

This example which shows a straightforward use of the Product List component.

Demo | Source Code

Shopping Cart

cart

Shows how easy it is to combine a Shopping Cart and Add to Cart buttons.

Demo | Source Code

Dynamic Product

dynamic product

Demonstrates a full online store, by combining a Shopping Cart, Product List and Product. More info is available in the products-dynamic folder.

Demo | Source Code