From 411c28aa685366941933882f1b03d7acb6be35db Mon Sep 17 00:00:00 2001 From: Taylor <2004.t.bug@gmail.com> Date: Thu, 12 Feb 2026 17:17:32 -0600 Subject: [PATCH] added pages back to app/ didnt get pushed earlier --- app/pages/index.vue | 203 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 app/pages/index.vue diff --git a/app/pages/index.vue b/app/pages/index.vue new file mode 100644 index 0000000..0de0d33 --- /dev/null +++ b/app/pages/index.vue @@ -0,0 +1,203 @@ + + + NAF Project - Toggle Demo + Sample page with an on/off toggle switch + + + + + + + + + {{ isToggled ? 'ON' : 'OFF' }} + + + + + + Toggle is currently: + + {{ isToggled ? 'ON' : 'OFF' }} + + + + + + + Features: + + Responsive toggle switch + Real-time status updates + Smooth animations + Modern design + + + + + + + + \ No newline at end of file
Sample page with an on/off toggle switch
+ Toggle is currently: + + {{ isToggled ? 'ON' : 'OFF' }} + +