Svelte + Tailwind + Vite
This is a simple form template using Svelte, Tailwind and Vite created mainly for learning purposes.
Characteristics:
- Form doesn't authenticate or send data anywhere, it's just a simple form.
- Input fields are validate in realtime using Svelte's reactive statements.
- If form is valid en alert is shown on submit.
- Login button doesn't do anything, it's just a button.
- Toggle password visibility button.