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' }} + +