Create Aside for Cart

With Poster Cart component
This commit is contained in:
2021-11-04 16:04:18 +01:00
parent 439cdaee98
commit 50835fa6f6
6 changed files with 351 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
import PosterLayout from '$components/layouts/PosterLayout.svelte'
import Poster from '$components/molecules/Poster.svelte'
import EmailForm from '$components/molecules/EmailForm.svelte'
import Cart from '$components/organisms/Cart.svelte'
export let shop: any
export let locations: any
@@ -20,6 +21,7 @@
/>
<main class="shop-page">
<Cart />
<section class="shop-page__intro">
<a href="/" class="back">
Back to Houses Of
@@ -44,7 +46,7 @@
{/each}
</ul>
</nav>
<button class="cart">
<button class="button-cart">
<span>2</span>
</button>
</div>