supabase-auth-ui-react
v1.2.0
Published
I made this because I don't want to use stitches as it is not being maintained well. This is simply a pure css port of @supabase/auth-ui-react.
Downloads
27
Readme
I made this because I don't want to use stitches as it is not being maintained well. This is simply a pure css port of @supabase/auth-ui-react.
Usage
import 'supabase-auth-ui-react/styles.css'
<Auth
redirectTo="/dashboard"
supabaseClient={supabase}
theme='default'
dark={true}
/>