From cc2e340e17107076846b84440bcc0f0a0cbd6b85 Mon Sep 17 00:00:00 2001 From: Farhaan4 <127176994+Farhaan4@users.noreply.github.com> Date: Tue, 28 Oct 2025 14:30:04 +0700 Subject: [PATCH] rsvp template khitan basic --- .../templates/KhitanBasic/GuestBook.vue | 217 +++++--- .../undangan/undangan-khitan-basic.vue | 478 +++++++++--------- 2 files changed, 376 insertions(+), 319 deletions(-) diff --git a/proyek-frontend/app/components/templates/KhitanBasic/GuestBook.vue b/proyek-frontend/app/components/templates/KhitanBasic/GuestBook.vue index 4271e98..b209fc9 100644 --- a/proyek-frontend/app/components/templates/KhitanBasic/GuestBook.vue +++ b/proyek-frontend/app/components/templates/KhitanBasic/GuestBook.vue @@ -1,27 +1,23 @@ + \ No newline at end of file diff --git a/proyek-frontend/app/components/undangan/undangan-khitan-basic.vue b/proyek-frontend/app/components/undangan/undangan-khitan-basic.vue index 2bdba3c..e5d4ca6 100644 --- a/proyek-frontend/app/components/undangan/undangan-khitan-basic.vue +++ b/proyek-frontend/app/components/undangan/undangan-khitan-basic.vue @@ -1,245 +1,241 @@ - - - - \ No newline at end of file +} + +// ================== NAV STYLE ================== +const navClass = (section) => + currentSection.value === section + ? 'text-yellow-300 glow' + : 'hover:text-yellow-200 transition-colors duration-300' + +// ================== LIFECYCLE ================== +onMounted(() => { + generateStars() +}) + + + \ No newline at end of file