Svelte Auth UI logo

Svelte Auth UI

Save time and simplify authentication in Svelte with Svelte Auth UI 🔥

Preview


Code

<script lang="ts">
	import { LoginButton } from 'svelte-auth-ui';
</script>

<Button 
	provider="google"
/>