This commit is contained in:
2021-10-29 21:48:08 +02:00
parent 79125b0065
commit 141f9c6723
5 changed files with 286 additions and 56 deletions

View File

@@ -1,7 +1,19 @@
<script lang="ts">
import Button from '$components/atoms/Button.svelte';
</script>
<div class="poster">
<img src="https://picsum.photos/326/475" width={326} height={475} alt="blob">
<div class="buttons">
<Button
text="View poster"
size="xsmall"
/>
<Button
text="Add to cart"
color="pink"
size="xsmall"
/>
</div>
</div>