Drop-in sign-in buttons for Svelte 5. To see an example visit the documentation website here: https://connor56.github.io/svelte-social-login-buttons/
npm install svelte-social-login-buttons
<script lang="ts">
import { GoogleSignInButton } from 'svelte-social-login-buttons';
async function signIn() {
// Your auth flow here
}
</script>
<GoogleSignInButton signInFunction={signIn} />
GoogleSignInButtonGitHubSignInButtonXSignInButtonsignInFunction — async callback invoked on click.MIT