Auth
Installing
Install the component
npm install @supabase/ui
Getting started
Import the component
import { Auth } from '@supabase/ui'
A community maintained Svelte version of this Auth component is also available: joshnuss/supabase-ui-svelte
Basic
LoadingSocial providers
LoadingOnly Thirdparty Social providers
LoadingProps
Auth
Property | Type |
---|---|
authView | any |
children | any |
className | any |
providers | TBC |
socialButtonSize | TBC |
socialColors | boolean |
socialLayout | TBC |
style | any |
supabaseClient | SupabaseClient |
verticalSocialLayout | any |
view | ViewType |
Auth.UserContextProvider
Coming soon