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.
npm install supabase-auth-ui-reactI 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.
``jsx`
import 'supabase-auth-ui-react/styles.css'
`jsx``
supabaseClient={supabase}
theme='default'
dark={true}
/>