sveltekit_shadcnui Svelte Themes

Sveltekit_shadcnui

Form Actions

// src/routes/+layout.svelte
<form method="POST" action="/login">
    <!-- content -->
</form>

We can also invoke the action from other pages (for example if there's a login widget in the nav in the root layout) by adding the action attribute, pointing to the page.

Top categories

Loading Svelte Themes