Skip to content

Commit

Permalink
Fixed demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaglv committed Feb 3, 2023
1 parent d5d3974 commit f5c4823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ This repo contains a few examples which demonstrate what is possible with the [R

Demonstrates how the [Product](https://reflowhq.com/docs/product.html) component renders a page, complete with a media gallery and add to cart button.

[Demo](https://reflowtoolkit.github.io/examples/v2/product-full/index.html) | [Source Code](./product-full)
[Demo](https://reflow-hq.github.io/examples/v2/product-full/index.html) | [Source Code](./v2/product-full)

## Product List

![product list](./.readme-img/product-list.jpg)

This example which shows a straightforward use of the [Product List](https://reflowhq.com/docs/product-list.html) component.

[Demo](https://reflowtoolkit.github.io/examples/v2/products-list/index.html) | [Source Code](./products-list)
[Demo](https://reflow-hq.github.io/examples/v2/products-list/index.html) | [Source Code](./v2/products-list)

## Shopping Cart

![cart](./.readme-img/cart.png)

Shows how easy it is to combine a [Shopping Cart](https://reflowhq.com/docs/shopping-cart.html) and [Add to Cart](https://reflowhq.com/docs/add-to-cart.html) buttons.

[Demo](https://reflowtoolkit.github.io/examples/v2/cart/index.html) | [Source Code](./cart)
[Demo](https://reflow-hq.github.io/examples/v2/cart/index.html) | [Source Code](./v2/cart)

## Dynamic Product

![dynamic product](./.readme-img/dynamic-product.jpg)

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

[Demo](https://reflowtoolkit.github.io/examples/v2/products-dynamic/index.html) | [Source Code](./products-dynamic)
[Demo](https://reflow-hq.github.io/examples/v2/products-dynamic/index.html) | [Source Code](./v2/products-dynamic)

0 comments on commit f5c4823

Please sign in to comment.