diff --git a/frontend/assets/css/tailwind.css b/frontend/assets/css/tailwind.css index 7a9d77f..d5f4c30 100644 --- a/frontend/assets/css/tailwind.css +++ b/frontend/assets/css/tailwind.css @@ -114,6 +114,7 @@ --breakpoint-2xs: 400px; --breakpoint-xs: 480px; + /* ANIMATIONS */ --animate-marquee: marquee 3s linear infinite; diff --git a/frontend/components/global/ProductColor.vue b/frontend/components/global/ProductColor.vue new file mode 100644 index 0000000..f500e02 --- /dev/null +++ b/frontend/components/global/ProductColor.vue @@ -0,0 +1,36 @@ + + + \ No newline at end of file diff --git a/frontend/components/global/product-detail/InfoCard.vue b/frontend/components/global/product-detail/InfoCard.vue new file mode 100644 index 0000000..6972e6e --- /dev/null +++ b/frontend/components/global/product-detail/InfoCard.vue @@ -0,0 +1,20 @@ + + + \ No newline at end of file diff --git a/frontend/components/global/product-detail/QuantityCounter.vue b/frontend/components/global/product-detail/QuantityCounter.vue new file mode 100644 index 0000000..eab8fbb --- /dev/null +++ b/frontend/components/global/product-detail/QuantityCounter.vue @@ -0,0 +1,58 @@ + + + \ No newline at end of file diff --git a/frontend/components/global/product-detail/Rating.vue b/frontend/components/global/product-detail/Rating.vue new file mode 100644 index 0000000..76ae042 --- /dev/null +++ b/frontend/components/global/product-detail/Rating.vue @@ -0,0 +1,33 @@ + + + \ No newline at end of file diff --git a/frontend/components/global/product-detail/RemainQuantity.vue b/frontend/components/global/product-detail/RemainQuantity.vue new file mode 100644 index 0000000..243a894 --- /dev/null +++ b/frontend/components/global/product-detail/RemainQuantity.vue @@ -0,0 +1,28 @@ + + + \ No newline at end of file diff --git a/frontend/components/global/product-detail/Share.vue b/frontend/components/global/product-detail/Share.vue new file mode 100644 index 0000000..aa5afec --- /dev/null +++ b/frontend/components/global/product-detail/Share.vue @@ -0,0 +1,23 @@ + + \ No newline at end of file diff --git a/frontend/components/product/ProductView.vue b/frontend/components/product/ProductView.vue new file mode 100644 index 0000000..9aa13ab --- /dev/null +++ b/frontend/components/product/ProductView.vue @@ -0,0 +1,55 @@ + + + \ No newline at end of file diff --git a/frontend/components/ui/ColorCircle.vue b/frontend/components/ui/ColorCircle.vue index c29cfdf..76e87d7 100644 --- a/frontend/components/ui/ColorCircle.vue +++ b/frontend/components/ui/ColorCircle.vue @@ -1,3 +1,24 @@ + + \ No newline at end of file diff --git a/frontend/pages/product/[id].vue b/frontend/pages/product/[id].vue new file mode 100644 index 0000000..5c80c07 --- /dev/null +++ b/frontend/pages/product/[id].vue @@ -0,0 +1,7 @@ + + + \ No newline at end of file