1.2.0 • Published 3 years ago
supabase-auth-ui-react v1.2.0
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}
/>